Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
name: ${{env.ARTIFACT_NAME_VSIX}}
path: ${{env.VSIX_NAME}}
retention-days: 7

lint:
name: Lint
Expand Down Expand Up @@ -298,10 +299,11 @@ jobs:

# Upload unit test coverage reports for later use in the "reports" job.
- name: Upload unit test coverage reports
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: ${{runner.os}}-${{env.COVERAGE_REPORTS}}
path: ${{ env.special-working-directory }}/.nyc_output
retention-days: 1
if: matrix.test-suite == 'ts-unit' && startsWith(matrix.python, 3.)

# Run the Python and IPython tests in our codebase.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME_VSIX }}
path: ${{ env.VSIX_NAME }}
retention-days: 14

lint:
# Unlike for the insiders build, we skip linting file formatting as that
Expand Down