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 9, 2023
1 parent 6d32090 commit ddf9924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Expand Up @@ -56,6 +56,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 ddf9924

Please sign in to comment.