Skip to content

Commit

Permalink
Update test artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jan 29, 2022
1 parent 111841a commit a547729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
run: npx playwright install --with-deps
- name: E2E Tests (Playwright)
run: npm run test:e2e
- name: Upload artifacts (diff output)
uses: actions/upload-artifact@v2
if: always()
- uses: actions/upload-artifact@v2
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
path: |
_playwright-results/
_playwright-report/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.idea
*.log
__diff_output__
_playwright-report
_playwright-results
lib
Expand Down

0 comments on commit a547729

Please sign in to comment.