From b177e6450a7a4c98aea9a30df73bc2a2e1efe164 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 5 Nov 2021 12:16:39 +0100 Subject: [PATCH] devops: make vrt CI pipeline faster (#10082) --- .github/workflows/tests_primary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index f23adc81b6..8ad5e6a235 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -85,8 +85,8 @@ jobs: env: DEBUG: pw:install - run: npm run build - - run: npx playwright install --with-deps - - run: cd tests/playwright-test/stable-test-runner && npx playwright install docker-image + - run: npx playwright install docker-image + working-directory: tests/playwright-test/stable-test-runner/ - run: npm run vtest - uses: actions/upload-artifact@v1 if: ${{ always() }}