devops: make vrt CI pipeline faster (#10082)
This commit is contained in:
parent
99aa0d9db6
commit
b177e6450a
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
|
|
@ -85,8 +85,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEBUG: pw:install
|
DEBUG: pw:install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npx playwright install --with-deps
|
- run: npx playwright install docker-image
|
||||||
- run: cd tests/playwright-test/stable-test-runner && npx playwright install docker-image
|
working-directory: tests/playwright-test/stable-test-runner/
|
||||||
- run: npm run vtest
|
- run: npm run vtest
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue