diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62635d6b..c93bddc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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