We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ab232 commit 8d4a72dCopy full SHA for 8d4a72d
1 file changed
.github/workflows/ci.yml
@@ -50,3 +50,15 @@ jobs:
50
env:
51
LABEL: ${{ matrix.label }}
52
run: ctest -S ODCTest.cmake -VV --output-on-failure ${{ matrix.extra }}
53
+
54
+ - name: Upload logs on failure
55
+ if: failure()
56
+ uses: actions/upload-artifact@v4
57
+ with:
58
+ name: logs-${{ matrix.label }}
59
+ path: |
60
+ ~/.ODC/
61
+ ~/.DDS/
62
+ build/tmp/
63
+ if-no-files-found: ignore
64
+ retention-days: 7
0 commit comments