We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd7abd commit c60147bCopy full SHA for c60147b
1 file changed
.github/workflows/maven.yml
@@ -34,10 +34,6 @@ jobs:
34
with:
35
node-version: 14
36
- run: npm i -g npm@8
37
- - run: npm ci
38
- env:
39
- DEBUG: pw:install
40
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
41
- run: npm run build
42
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
43
- run: npm run test -- --project=${{ matrix.browser }}
0 commit comments