Skip to content

Commit

Permalink
fix (github-actions.yml): fix a bug on test-results publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Oct 22, 2024
1 parent 6ab66d8 commit 94d1cab
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,14 @@ jobs:
-p:Laerdal_Dependency_Tracker_Private_Signing_Key_File_Path="${{env.BUILD_REPOSITORY_FOLDERPATH}}/Laerdal.Scripts/dependency_tracker_private_signing_key.ppk" \
&& \
rm "./dependency_tracker_private_signing_key.ppk" "./dependency_tracker_api_key.ppk"
# 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: '📡 Publish Test Results' # https://github.com/marketplace/actions/publish-test-results
uses: 'EnricoMi/publish-unit-test-result-action/macos@master'
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 94d1cab

Please sign in to comment.