Skip to content

Commit

Permalink
updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Sep 9, 2024
1 parent 79b419e commit 53a9f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
path: playwright-report/
retention-days: 30
- name: Publish CTRF Test Summary Results
run: npx github-actions-ctrf summary path-to-your-ctrf-report.json
run: npx github-actions-ctrf summary ctrf/ctrf-report.json
if: always()
- name: Publish CTRF Detailed Test Summary Results
run: npx github-actions-ctrf tests path-to-your-ctrf-report.json
run: npx github-actions-ctrf tests ctrf/ctrf-report.json
if: always()
- name: Publish CTRF Failed Test Summary Results
run: npx github-actions-ctrf failed path-to-your-ctrf-report.json
run: npx github-actions-ctrf failed ctrf/ctrf-report.json
if: always()
- name: Publish CTRF Flaky Test Summary Results
run: npx github-actions-ctrf flaky path-to-your-ctrf-report.json
run: npx github-actions-ctrf flaky ctrf/ctrf-report.json
if: always()

0 comments on commit 53a9f23

Please sign in to comment.