Skip to content

Commit

Permalink
Always show 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 9eb7360 commit 424debc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Expand Up @@ -58,6 +58,7 @@ jobs:
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 424debc

Please sign in to comment.