Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 5, 2025
1 parent a490ce4 commit 87b6733
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,3 +844,23 @@ jobs:
uses: GabrielBB/xvfb-action@v1.4
with:
run: npm run testSmokeLogged

- name: Upload VS code logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: VSCodeLogs-Smoke-${{matrix.os}}
path: '${{env.VSC_JUPYTER_USER_DATA_DIR}}/logs/**/*'
retention-days: 1

- name: Log test results
if: always()
run: npm run printTestResults

- name: Upload test result, screenshots files
uses: actions/upload-artifact@v3
if: always()
with:
name: TestLogs-Smoke-${{matrix.os}}
path: './logs/*'
retention-days: 60

0 comments on commit 87b6733

Please sign in to comment.