Skip to content

Commit

Permalink
chore(ci): add envtest to requirements for CI to pass (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Oct 30, 2024
1 parent 8452e4a commit 9060067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: tests-report
path: envtest-tests.xml
path: envtest-tests.xml

conformance-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -465,8 +465,7 @@ jobs:
needs:
- unit-tests
- integration-tests
# https://github.com/Kong/gateway-operator/issues/11#issuecomment-1514712925
# - conformance-tests
- conformance-tests
- e2e-tests
if: ${{ always() }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -503,8 +502,9 @@ jobs:
- install-with-kustomize
- build
- unit-tests
- envtest-tests
- samples
# - conformance-tests
- conformance-tests
- integration-tests
- integration-tests-bluegreen
- integration-tests-provision-fail
Expand Down

0 comments on commit 9060067

Please sign in to comment.