Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
env:
TEST_FILES_SUFFIX: testvirtualenvs
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -284,7 +284,7 @@ jobs:
- name: Run single-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -293,7 +293,7 @@ jobs:
- name: Run multi-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testMultiWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -302,7 +302,7 @@ jobs:
- name: Run debugger tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testDebugger
working-directory: ${{env.special-working-directory}}
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
env:
DISPLAY: 10
INSTALL_JUPYTER_EXTENSION: true
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
# VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders
# TEST_FILES_SUFFIX: insiders.test
# CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests
# uses: GabrielBB/xvfb-action@v1.4
# uses: GabrielBB/xvfb-action@v1.6
# with:
# run: node --no-force-async-hooks-checks ./out/test/standardTest.js

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
env:
TEST_FILES_SUFFIX: testvirtualenvs
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -287,7 +287,7 @@ jobs:
- name: Run single-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -296,7 +296,7 @@ jobs:
- name: Run multi-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testMultiWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -305,7 +305,7 @@ jobs:
- name: Run debugger tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testDebugger
working-directory: ${{env.special-working-directory}}
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
env:
DISPLAY: 10
INSTALL_JUPYTER_EXTENSION: true
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js

Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
# VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders
# TEST_FILES_SUFFIX: insiders.test
# CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests
# uses: GabrielBB/xvfb-action@v1.4
# uses: GabrielBB/xvfb-action@v1.6
# with:
# run: node --no-force-async-hooks-checks ./out/test/standardTest.js

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
env:
TEST_FILES_SUFFIX: testvirtualenvs
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -268,7 +268,7 @@ jobs:
- name: Run single-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testSingleWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -277,7 +277,7 @@ jobs:
- name: Run multi-workspace tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testMultiWorkspace
working-directory: ${{env.special-working-directory}}
Expand All @@ -286,7 +286,7 @@ jobs:
- name: Run debugger tests
env:
CI_PYTHON_VERSION: ${{matrix.python}}
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run testDebugger
working-directory: ${{env.special-working-directory}}
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
env:
DISPLAY: 10
INSTALL_JUPYTER_EXTENSION: true
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js

Expand Down Expand Up @@ -425,6 +425,6 @@ jobs:
VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders
TEST_FILES_SUFFIX: insiders.test
CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.6
with:
run: node --no-force-async-hooks-checks ./out/test/standardTest.js