Skip to content

Commit

Permalink
use actions summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Oct 18, 2024
1 parent 7a85252 commit 62176d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: build
run: yarn ci:build

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

Expand All @@ -48,10 +48,10 @@ jobs:
yarn ci:build
yarn ci:e2e
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7
if: ${{ (success() || failure()) && github.repository == 'mistic100/Photo-Sphere-Viewer' }}
with:
name: e2e
use-actions-summary: true
path: cypress/reports/e2e.json
reporter: mocha-json

Expand Down

0 comments on commit 62176d2

Please sign in to comment.