Skip to content

Commit

Permalink
Upload .out and .err files in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vagos committed Oct 20, 2024
1 parent 255866b commit 3df98fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ jobs:

- name: Run Benchmark for ${{ matrix.benchmark }}
run: ./main.sh ${{ matrix.benchmark }} --small

- name: Upload .out and .err files
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.benchmark }}-logs
path: ${{ matrix.benchmark }}/${{ matrix.benchmark }}.*
if-no-files-found: error

- name: List files for debugging
run: ls -R ${{ matrix.benchmark }}

0 comments on commit 3df98fe

Please sign in to comment.