Skip to content

Commit b2b1d62

Browse files
committed
Upload logs as artifact.
1 parent d463578 commit b2b1d62

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ jobs:
129129
retention-days: 5
130130
if-no-files-found: error
131131

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+
132141
- name: "cleanup before cache"
133142
shell: bash
134143
if: always()

0 commit comments

Comments
 (0)