We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255866b commit 3df98feCopy full SHA for 3df98fe
.github/workflows/tests.yml
@@ -27,3 +27,13 @@ jobs:
27
28
- name: Run Benchmark for ${{ matrix.benchmark }}
29
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
37
38
+ - name: List files for debugging
39
+ run: ls -R ${{ matrix.benchmark }}
0 commit comments