Skip to content

Commit 34faf29

Browse files
committed
Upload .out and .err files in workflow
1 parent 255866b commit 34faf29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ jobs:
2727

2828
- name: Run Benchmark for ${{ matrix.benchmark }}
2929
run: ./main.sh ${{ matrix.benchmark }} --small
30+
31+
- name: Upload .out and .err files
32+
uses: actions/upload-artifact@v3
33+
with:
34+
name: ${{ matrix.benchmark }}-logs
35+
path: ${{ matrix.benchmark }}/${{ matrix.benchmark }}.*
36+
if-no-files-found: error

0 commit comments

Comments
 (0)