mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 13:15:23 +01:00
add dependency on EXECUTABLE
This commit is contained in:
parent
e9e676d553
commit
08a92e5859
2
Makefile
2
Makefile
@ -559,7 +559,7 @@ playwright: deps-frontend
|
||||
@$(NODE_VARS) pnpm exec playwright install $(if $(GITHUB_ACTIONS),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
|
||||
|
||||
.PHONY: test-e2e
|
||||
test-e2e: playwright
|
||||
test-e2e: playwright $(EXECUTABLE)
|
||||
@EXECUTABLE=$(EXECUTABLE) ./tools/test-e2e.sh $(E2E_FLAGS)
|
||||
|
||||
.PHONY: bench-sqlite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user