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

Add separate playwright install step in CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-02-20 04:56:52 +01:00
parent 69b5c0b0c9
commit a83dd45c9a
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -33,6 +33,7 @@ jobs:
cache-dependency-path: pnpm-lock.yaml
- run: make deps-frontend
- run: make frontend
- run: make playwright
- run: make deps-backend
- run: make gitea-e2e
- run: make test-e2e