0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-22 11:05:42 +01:00

skip installing playwright system deps on github actions

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

View File

@ -555,8 +555,8 @@ test-mssql-migration: migrations.mssql.test migrations.individual.mssql.test
.PHONY: playwright
playwright: deps-frontend
@# on GitHub Actions CI, playwright system deps are pre-installed
@$(NODE_VARS) pnpm exec playwright install $(if $(CI),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
@# on GitHub Actions VMs, playwright's system deps are pre-installed
@$(NODE_VARS) pnpm exec playwright install $(if $(GITHUB_ACTIONS),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
.PHONY: test-e2e
test-e2e: playwright