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 06e8b89 commit c32b242Copy full SHA for c32b242
.github/workflows/insiders.yml
@@ -330,18 +330,24 @@ jobs:
330
if: matrix.test-suite == 'venv'
331
332
- name: Run single-workspace tests
333
+ env:
334
+ CI_PYTHON_VERSION: ${{matrix.python}}
335
uses: GabrielBB/[email protected]
336
with:
337
run: npm run testSingleWorkspace
338
if: matrix.test-suite == 'single-workspace'
339
340
- name: Run multi-workspace tests
341
342
343
344
345
run: npm run testMultiWorkspace
346
if: matrix.test-suite == 'multi-workspace'
347
348
- name: Run debugger tests
349
350
351
352
353
run: npm run testDebugger
0 commit comments