mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-13 13:06:51 +00:00
Makefile: Renamed e2e-gha to gha-e2e
This commit is contained in:
4
Makefile
4
Makefile
@@ -300,8 +300,8 @@ acceptance/runner/startup:
|
|||||||
e2e:
|
e2e:
|
||||||
go test -count=1 -v -timeout 600s -run '^TestE2E$$' ./test/e2e
|
go test -count=1 -v -timeout 600s -run '^TestE2E$$' ./test/e2e
|
||||||
|
|
||||||
.PHONY: e2e-gha
|
.PHONY: gha-e2e
|
||||||
e2e-gha:
|
gha-e2e:
|
||||||
bash hack/e2e-test.sh
|
bash hack/e2e-test.sh
|
||||||
|
|
||||||
# Upload release file to GitHub.
|
# Upload release file to GitHub.
|
||||||
|
|||||||
Reference in New Issue
Block a user