Skip to content

Commit

Permalink
Always upload test log on Ubuntu & macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed May 17, 2024
1 parent de0a0c0 commit 755852b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: On
- uses: actions/upload-artifact@v4
if: failure()
with:
name: TestLog
path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log
path: ${{ github.workspace }}/build/_cmake_build/Testing/Temporary/LastTest.log
ci_tests_ASAN:
runs-on: ubuntu-latest
name: Address Sanitizer CI Tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: On
- uses: actions/upload-artifact@v4
if: failure()
with:
name: TestLog
path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log
Expand Down

0 comments on commit 755852b

Please sign in to comment.