Skip to content

Commit

Permalink
Use TAG=latest for conformance tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Alger <davidmalger@gmail.com>
  • Loading branch information
davidalger committed Feb 23, 2024
1 parent 8cdc14f commit 0c543b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
env:
KIND_NODE_TAG: ${{ matrix.version }}
IMAGE_PULL_POLICY: IfNotPresent
TAG: latest
run: make conformance

e2e-test:
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
env:
KIND_NODE_TAG: ${{ matrix.version }}
IMAGE_PULL_POLICY: IfNotPresent
TAG: latest
run: make e2e

publish:
Expand Down

0 comments on commit 0c543b6

Please sign in to comment.