We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f59aee commit 5a88668Copy full SHA for 5a88668
1 file changed
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- browser: [chromium, firefox, webkit]
+ browser: [chromium, firefox]
24
runs-on: windows-latest
25
26
steps:
@@ -33,7 +33,6 @@ jobs:
33
- uses: actions/setup-node@v3
34
with:
35
node-version: 14
36
- - run: npm i -g npm@8
37
- run: npm ci
38
env:
39
DEBUG: pw:install
@@ -42,11 +41,7 @@ jobs:
42
41
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
43
- run: npm run test -- --project=${{ matrix.browser }}
44
shell: bash
45
- - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
46
- if: always()
47
- shell: bash
48
- uses: actions/upload-artifact@v3
49
- if: ${{ always() }}
50
51
name: ${{ matrix.browser }}-win-test-results
52
path: test-results
0 commit comments