Skip to content

Commit

Permalink
Always display summary on GH Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed May 8, 2023
1 parent c4193f1 commit 550308b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Test
run: npm run cypress:run
- name: Update summary
if: always()
run: |
npx mochawesome-merge ./tests/cypress/reports/*.json -o tests/cypress/reports/mochawesome.json
rm -rf ./tests/cypress/reports/mochawesome-*.json
Expand Down

0 comments on commit 550308b

Please sign in to comment.