Skip to content

Commit

Permalink
Merge pull request #149 from Laerdal/ksidirop/MAN-431-file-uploading-…
Browse files Browse the repository at this point in the history
…and-downloading-samsung-a8-workarounds

fix (github-actions.yml): disable test-result publishing due to an error affecting EnricoMi/publish-unit-test-result-action/macos@v2
  • Loading branch information
ksidirop-laerdal authored Oct 22, 2024
2 parents 7dc8f4d + 9ad1187 commit b36a412
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,14 @@ jobs:
&& \
rm "./dependency_tracker_private_signing_key.ppk" "./dependency_tracker_api_key.ppk"
- name: '📡 Publish Test Results' # https://github.com/marketplace/actions/publish-test-results
uses: 'EnricoMi/publish-unit-test-result-action/macos@v2'
if: always()
with:
files: |
TestResults/**/TEST-*.xml
TestResults/**/TEST-*.trx
# todo figure out why this is failing as of Oct 2024 -> https://github.com/EnricoMi/publish-unit-test-result-action/issues/633
# - name: '📡 Publish Test Results' # https://github.com/marketplace/actions/publish-test-results
# uses: 'EnricoMi/publish-unit-test-result-action/macos@v2'
# if: always()
# with:
# files: |
# TestResults/**/TEST-*.xml
# TestResults/**/TEST-*.trx

- name: '⬆️ Upload Artifacts' # to share with other workflows https://stackoverflow.com/a/77663335/863651
uses: 'actions/upload-artifact@v4'
Expand Down

0 comments on commit b36a412

Please sign in to comment.