Skip to content

Commit

Permalink
Fixed yaml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 17, 2024
1 parent e40e5cc commit 4c4ee07
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: npm run test:e2e
- uses: actions/upload-artifact@v1
# if: failure()
with:
name: logs
path: e2e/reports
- name: Upload reports
uses: actions/upload-artifact@v1
# if: failure()
with:
name: logs
path: e2e/reports

0 comments on commit 4c4ee07

Please sign in to comment.