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:
parent
5439c7ea2f
commit
e5b5bdafa3
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user