0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-23 08:35:37 +01:00

Reorder CI steps to match original order

Move playwright install after backend build so all dependency/build
steps run first, then browser install, then test execution.

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

View File

@ -33,9 +33,9 @@ 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 playwright
- run: make test-e2e
timeout-minutes: 10
env: