Skip to content
Closed
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
10 changes: 5 additions & 5 deletions .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,31 +313,31 @@ jobs:
env:
TEST_FILES_SUFFIX: testvirtualenvs
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testSingleWorkspace
if: matrix.test-suite == 'venv'

- name: Run single-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testSingleWorkspace
if: matrix.test-suite == 'single-workspace'

- name: Run multi-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testMultiWorkspace
if: matrix.test-suite == 'multi-workspace'

- name: Run debugger tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testDebugger
if: matrix.test-suite == 'debugger'
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
- name: Run smoke tests
env:
DISPLAY: 10
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,31 +285,31 @@ jobs:
env:
TEST_FILES_SUFFIX: testvirtualenvs
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testSingleWorkspace
if: matrix.test-suite == 'venv'

- name: Run single-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testSingleWorkspace
if: matrix.test-suite == 'single-workspace'

- name: Run multi-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testMultiWorkspace
if: matrix.test-suite == 'multi-workspace'

- name: Run debugger tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: npm run testDebugger
if: matrix.test-suite == 'debugger'
Expand Down Expand Up @@ -392,6 +392,6 @@ jobs:
- name: Run smoke tests
env:
DISPLAY: 10
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.5
with:
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js