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 b6f0658
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ 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 }}.out
${{ matrix.benchmark }}/{{ matrix.benchmark }}.err

0 comments on commit b6f0658

Please sign in to comment.