Skip to content

Commit 5a88668

Browse files
authored
Update maven.yml
1 parent 3f59aee commit 5a88668

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
browser: [chromium, firefox, webkit]
23+
browser: [chromium, firefox]
2424
runs-on: windows-latest
2525

2626
steps:
@@ -33,7 +33,6 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 14
36-
- run: npm i -g npm@8
3736
- run: npm ci
3837
env:
3938
DEBUG: pw:install
@@ -42,11 +41,7 @@ jobs:
4241
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
4342
- run: npm run test -- --project=${{ matrix.browser }}
4443
shell: bash
45-
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
46-
if: always()
47-
shell: bash
4844
- uses: actions/upload-artifact@v3
49-
if: ${{ always() }}
5045
with:
5146
name: ${{ matrix.browser }}-win-test-results
5247
path: test-results

0 commit comments

Comments
 (0)