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 3add081 commit 7ad3174Copy full SHA for 7ad3174
1 file changed
.github/workflows/test.yml
@@ -77,9 +77,7 @@ jobs:
77
node-version: ${{ steps.node-version.outputs.version }}
78
cache: 'npm'
79
- run: npm ci
80
- - run: npm install --no-save @playwright/test@${{ matrix.playwright-version }}
81
- env:
82
- npm_config_min_release_age: 0
+ - run: npm install @playwright/test@${{ matrix.playwright-version }} --no-save --min-release-age=0
83
- run: npx playwright install --with-deps chromium
84
- run: |
85
npm run test:timings
0 commit comments