Skip to content

Commit

Permalink
chore: add junit report (+1 squashed commits)
Browse files Browse the repository at this point in the history
Squashed commits:

[1f9a1d4] chore: add junit report
  • Loading branch information
luifr10 committed Apr 8, 2024
1 parent 4e88f00 commit 9695082
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test
- run: npx uuv e2e --generateHtmlReport
- run: npx uuv e2e --generateHtmlReport --generateJunitReport
- name: Test Report
uses: dorny/[email protected]
if: success() || failure()
with:
name: Report - Unit Tests - Cypress
path: uuv/reports/e2e/junit-report.xml
reporter: jest-junit
- run: npm run build --if-present -- --base-href=/weather-app/
- name: Upload build artifact
uses: actions/upload-pages-artifact@main
Expand Down

0 comments on commit 9695082

Please sign in to comment.