Skip to content

Commit

Permalink
fixed github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanObruch committed Jul 22, 2024
1 parent 9f142d4 commit 952b26f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chromium_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
TESTOMATIO: ${{ secrets.TESTOMATIO }}
continue-on-error: true

- name: Generate Pretty Report
run: |
npx github-actions-ctrf test-results/report.json
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/firefox_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
TESTOMATIO: ${{ secrets.TESTOMATIO }}
continue-on-error: true

- name: Generate Pretty Report
run: |
npx github-actions-ctrf test-results/report.json
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 952b26f

Please sign in to comment.