devops: make vrt CI pipeline faster (#10082)

This commit is contained in:
Max Schmitt 2021-11-05 12:16:39 +01:00 committed by GitHub
parent 99aa0d9db6
commit b177e6450a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() }}