Skip to content

Commit

Permalink
chore: upload e2e report
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Oct 26, 2024
1 parent a2f9196 commit 0cc530b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7
if: ${{ (success() || failure()) && github.repository == 'mistic100/Photo-Sphere-Viewer' }}
with:
name: mocha
name: tests
use-actions-summary: true
path: 'packages/*/reports/mocha.json'
reporter: mocha-json
Expand All @@ -49,10 +49,16 @@ jobs:
yarn ci:build
yarn ci:e2e
- uses: actions/upload-artifact@v4
if: ${{ (success() || failure()) && github.repository == 'mistic100/Photo-Sphere-Viewer' }}
with:
name: e2e-report
path: cypress/reports/html

- uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7
if: ${{ (success() || failure()) && github.repository == 'mistic100/Photo-Sphere-Viewer' }}
with:
name: cypress
name: e2e
use-actions-summary: true
path: cypress/reports/e2e.json
reporter: mocha-json
Expand Down

0 comments on commit 0cc530b

Please sign in to comment.