Skip to content

Commit

Permalink
Store VS Code logs created during unit test execution
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jan 23, 2025
1 parent cf14365 commit 153e462
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
with:
name: vscode-logs-${{ matrix.os }}
path: test-resources/settings/logs
- name: Store VS Code Logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}-test-logs
path: .vscode-test/user-data/logs/*
- name: Store VS Code UI Tests screenshots on failure
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 153e462

Please sign in to comment.