Ensure release is run for arm64 e2e nightly tests.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-07-18 20:16:55 +12:00
parent 930dbbc28d
commit 2f65f56351
No known key found for this signature in database

View File

@ -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