We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817b89c commit d297c30Copy full SHA for d297c30
.github/workflows/test.yml
@@ -72,6 +72,8 @@ jobs:
72
- name: Install npm dependencies
73
run: npm install
74
- name: Run Smoke Tests
75
+ env:
76
+ VSCODE_VERSION: '1.87.0'
77
run: npm run test-smoke
78
- name: Upload Smoke Test Artifacts
79
uses: actions/upload-artifact@v4
0 commit comments