From 677e6d2d4c74d4c79cfd51a1c6f1c6ab98798e69 Mon Sep 17 00:00:00 2001 From: Mantra Date: Tue, 3 Dec 2024 16:15:22 +0000 Subject: [PATCH] switch order again --- .github/workflows/build-test-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 4876eb1b..30a4ce0f 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -78,6 +78,7 @@ jobs: shard: [1, 2, 3, 4, 5, 6] steps: - uses: actions/checkout@v4 + - uses: ./.github/actions/build-and-run-wodin - name: Get installed Playwright version run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/static/package-lock.json').packages['node_modules/@playwright/test'].version)")" >> $GITHUB_ENV @@ -91,9 +92,6 @@ jobs: - name: Install Playwright Browsers if: steps.playwright-cache.outputs.cache-hit != 'true' run: npx playwright install --with-deps - - - uses: ./.github/actions/build-and-run-wodin - - name: Test e2e run: npm run test:e2e --prefix=app/static -- --shard=${{ matrix.shard }}/6