Skip to content

Commit

Permalink
Merge pull request #4395 from thehans/mac_tests
Browse files Browse the repository at this point in the history
Fix mac test report uploads.
  • Loading branch information
thehans committed Oct 25, 2022
2 parents 6fc6a9d + 1c3eae5 commit 18b0dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
ctest -j$NUMCPU -E 'edges_view-options-tests|nef3_broken'
- name: Upload Test Result Report
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: Test Result Report (MacOS)
path: |
Expand Down

0 comments on commit 18b0dbd

Please sign in to comment.