Skip to content

Commit

Permalink
upload the error logs to artifact repository (#4938)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrmal committed Sep 16, 2024
1 parent 5bfb431 commit 23e8653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
run: cd src && make -j 3
- name: make test
run: cd src && make test
- name: upload logs if failure
if: ${{ failure() }}
uses: actions/upload-artifact@v4
name: fail-logs
path: ${{ github.workspace }}/src/**/*testlog

0 comments on commit 23e8653

Please sign in to comment.