Skip to content

Commit

Permalink
chore(e2e): create report artifact if failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 8, 2024
1 parent 154e5e5 commit 0c6c7a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Run Tests
run: npm run test:e2e
- name: Collect Report & Upload artifact
if: failure()
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: automation-diff-report
path: e2e/.diff

0 comments on commit 0c6c7a4

Please sign in to comment.