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