chore: upgrade k8s lib and controller-runtime #167
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "End-to-end tests" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - releases/* | |
| pull_request: | |
| branches: | |
| - main | |
| - releases/* | |
| jobs: | |
| e2e-tests: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/[email protected] | |
| with: | |
| go-version: 1.21 | |
| - uses: actions/[email protected] | |
| - name: "Run end-to-end tests" | |
| run: make e2e-test TEST_FLAGS=-v |