Skip to content

Commit

Permalink
Trying ctrf report (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 17, 2024
1 parent 0776742 commit 7734fe6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
run: npm run test:e2e
- name: Merge reports
run: npx ctrf merge e2e/reports --output ctrf-report.json
- name: Upload reports
uses: actions/upload-artifact@v4
# if: failure()
with:
name: reports
path: e2e/reports/ctrf-report.json
retention-days: 1
# - name: Upload reports
# uses: actions/upload-artifact@v4
# # if: failure()
# with:
# name: reports
# path: e2e/reports/ctrf-report.json
# retention-days: 1
- name: Publish Test Summary Results
run: npx github-actions-ctrf e2e/reports/ctrf-report.json
# TODO: retention?

0 comments on commit 7734fe6

Please sign in to comment.