We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d463578 commit b2b1d62Copy full SHA for b2b1d62
1 file changed
.github/workflows/build.yaml
@@ -129,6 +129,15 @@ jobs:
129
retention-days: 5
130
if-no-files-found: error
131
132
+ - name: Upload logs
133
+ uses: actions/upload-artifact@v7
134
+ if: failure()
135
+ with:
136
+ name: logs-${{ matrix.os }}
137
+ path: ./rascal-vscode-extension/uitests/settings/logs/**/usethesource.rascalmpl/*.log
138
+ retention-days: 5
139
+ if-no-files-found: error
140
+
141
- name: "cleanup before cache"
142
shell: bash
143
if: always()
0 commit comments