diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2c5709fc0..bfb4ad2ea 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -186,25 +186,25 @@ jobs: path: ./dist/workbench-client/ name: workbench-client - publish_test_results: - name: "Publish Unit Tests Results" - needs: test - runs-on: ubuntu-latest - # the build-and-test job might be skipped, we don't need to run this job then - if: success() || failure() + # publish_test_results: + # name: "Publish Unit Tests Results" + # needs: test + # runs-on: ubuntu-latest + # # the build-and-test job might be skipped, we don't need to run this job then + # if: success() || failure() - steps: - - name: Download Artifacts - uses: actions/download-artifact@v2 - with: - path: artifacts - - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.5 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - files: artifacts/**/TESTS-*.xml - report_individual_runs: true - deduplicate_classes_by_file_name: true + # steps: + # - name: Download Artifacts + # uses: actions/download-artifact@v2 + # with: + # path: artifacts + # - name: Publish Unit Test Results + # uses: EnricoMi/publish-unit-test-result-action@v1.5 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # files: artifacts/**/TESTS-*.xml + # report_individual_runs: true + # deduplicate_classes_by_file_name: true publish: name: "Publish Docker Container"