diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index f7d701c91..c0695e98d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -24,25 +24,14 @@ jobs: yarn install yarn test -# - name: Publish Test Results -# uses: EnricoMi/publish-unit-test-result-action@v2 -# if: always() -# with: -# only-summary: 'false' -# list-suites: 'all' -# list-tests: 'all' -# fail-on-error: 'true' -# files: | -# integration_tests/results.json - - - name: Test Report + - name: Publish Test Results uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed with: name: Integration Tests only-summary: 'false' list-suites: 'all' - list-tests: 'failed' + list-tests: 'all' fail-on-error: 'true' reporter: 'mocha-json' path: | diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d17df663a..26ff2675d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,7 +6,6 @@ -