Skip to content

Commit

Permalink
Always upload test log on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed May 17, 2024
1 parent de0a0c0 commit 185148d
Showing 1 changed file with 1 addition and 2 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 }}/_cmake_build/Testing/Temporary/LastTest.log
ci_tests_ASAN:
runs-on: ubuntu-latest
name: Address Sanitizer CI Tests
Expand Down

0 comments on commit 185148d

Please sign in to comment.