Skip to content

Commit

Permalink
Update .github/workflows/cypress.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dharmesh Patel <dspatel44@gmail.com>
  • Loading branch information
faisal-alvi and iamdharmesh authored Dec 12, 2022
1 parent c46a5dd commit a234e62
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 @@ -32,6 +32,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 a234e62

Please sign in to comment.