We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111841a commit a547729Copy full SHA for a547729
.github/workflows/test.yml
@@ -30,11 +30,10 @@ jobs:
30
run: npx playwright install --with-deps
31
- name: E2E Tests (Playwright)
32
run: npm run test:e2e
33
- - name: Upload artifacts (diff output)
34
- uses: actions/upload-artifact@v2
35
- if: always()
+ - uses: actions/upload-artifact@v2
+ if: failure()
36
with:
37
- name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
+ name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
38
path: |
39
_playwright-results/
40
_playwright-report/
.gitignore
@@ -1,7 +1,6 @@
1
.DS_Store
2
.idea
3
*.log
4
-__diff_output__
5
_playwright-report
6
_playwright-results
7
lib
0 commit comments