0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-22 17:33:16 +01:00

skip playwright --with-deps on actions

This commit is contained in:
silverwind 2026-02-15 15:07:07 +01:00
parent 764895407a
commit 5439c7ea2f
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -555,7 +555,8 @@ 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)
@# on GitHub Actions CI, playwright system deps are pre-installed
@$(NODE_VARS) pnpm exec playwright install $(if $(CI),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
.PHONY: test-e2e
test-e2e: playwright