mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-15 12:53:53 +02: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
|
.PHONY: playwright
|
||||||
playwright: deps-frontend
|
playwright: deps-frontend
|
||||||
@# on GitHub Actions CI, playwright system deps are pre-installed
|
@# on GitHub Actions VMs, playwright's system deps are pre-installed
|
||||||
@$(NODE_VARS) pnpm exec playwright install $(if $(CI),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
|
@$(NODE_VARS) pnpm exec playwright install $(if $(GITHUB_ACTIONS),,--with-deps) chromium $(PLAYWRIGHT_FLAGS)
|
||||||
|
|
||||||
.PHONY: test-e2e
|
.PHONY: test-e2e
|
||||||
test-e2e: playwright
|
test-e2e: playwright
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user