We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255866b commit 34faf29Copy full SHA for 34faf29
.github/workflows/tests.yml
@@ -27,3 +27,10 @@ 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
0 commit comments