Skip to content

Commit

Permalink
Disabled test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Allcharles committed Mar 17, 2021
1 parent 57cee27 commit 7f50d13
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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"
Expand Down

0 comments on commit 7f50d13

Please sign in to comment.