We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ded38 commit 395e2cdCopy full SHA for 395e2cd
.github/workflows/tests.yml
@@ -83,9 +83,6 @@ jobs:
83
- name: Install dependencies
84
if: steps.cache.outputs.cache-hit != 'true'
85
run: npm clean-install && npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium firefox webkit
86
- # - name: Run Playwright tests
87
- # run: |
88
- # npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npm run test:int:ci
89
- name: Run Playwright tests
90
run: npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
91
- uses: actions/upload-artifact@v4
0 commit comments