From 01567304ccb527d646799145c7b40ff6a0a1dc51 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 20 Feb 2026 05:00:10 +0100 Subject: [PATCH] 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 --- .github/workflows/pull-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-e2e-tests.yml b/.github/workflows/pull-e2e-tests.yml index b55b1e034c..c77f7af3f0 100644 --- a/.github/workflows/pull-e2e-tests.yml +++ b/.github/workflows/pull-e2e-tests.yml @@ -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: