Skip to content

Commit

Permalink
Ensure release is run for arm64 e2e nightly tests.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <mail@jamesblair.net>
  • Loading branch information
jmhbnz committed Jul 18, 2023
1 parent 930dbbc commit 2f65f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-arm64-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ./.github/workflows/e2e-arm64-template.yaml
with:
etcdBranch: release-3.5
e2eTestCmd: PASSES='build e2e' COVER='false' ./test.sh
e2eTestCmd: PASSES='build release e2e' COVER='false' ./test.sh

0 comments on commit 2f65f56

Please sign in to comment.