Makefile: Renamed e2e-gha to gha-e2e

This commit is contained in:
Nikola Jokic 2023-12-07 13:57:54 +01:00
parent 416c9942f1
commit 2572fbcb1a
No known key found for this signature in database
GPG Key ID: 1115F751E6A09850
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ acceptance/runner/startup:
e2e:
go test -count=1 -v -timeout 600s -run '^TestE2E$$' ./test/e2e
.PHONY: e2e-gha
e2e-gha:
.PHONY: gha-e2e
gha-e2e:
bash hack/e2e-test.sh
# Upload release file to GitHub.