mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 15:25:05 +01:00
cleanup
This commit is contained in:
parent
f604702a77
commit
cbe336f466
9
Makefile
9
Makefile
@ -553,13 +553,10 @@ test-mssql\#%: integrations.mssql.test generate-ini-mssql
|
||||
.PHONY: test-mssql-migration
|
||||
test-mssql-migration: migrations.mssql.test migrations.individual.mssql.test
|
||||
|
||||
.PHONY: playwright
|
||||
playwright: deps-frontend
|
||||
$(NODE_VARS) pnpm exec playwright install --with-deps chromium $(PLAYWRIGHT_FLAGS)
|
||||
|
||||
.PHONY: test-e2e
|
||||
test-e2e: playwright
|
||||
EXECUTABLE=$(EXECUTABLE) bash tools/test-e2e.sh $(E2E_FLAGS)
|
||||
test-e2e: deps-frontend
|
||||
@$(NODE_VARS) pnpm exec playwright install --with-deps chromium $(PLAYWRIGHT_FLAGS)
|
||||
EXECUTABLE=$(EXECUTABLE) ./tools/test-e2e.sh $(E2E_FLAGS)
|
||||
|
||||
.PHONY: bench-sqlite
|
||||
bench-sqlite: integrations.sqlite.test generate-ini-sqlite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user