Skip to content

add IgnoreIfAbsent for optional read-only resources (#120) #231

add IgnoreIfAbsent for optional read-only resources (#120)

add IgnoreIfAbsent for optional read-only resources (#120) #231

Workflow file for this run

name: E2E
on:
push:
branches:
- main
pull_request:
jobs:
e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install tools with asdf
uses: asdf-vm/actions/install@v4
with:
only: |
kind
- name: Run E2E tests
run: make e2e-full