diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index ba0ffbc289f0..04ffc56aa1a6 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -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.5 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -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.5 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -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.5 with: run: npm run testMultiWorkspace working-directory: ${{env.special-working-directory}} @@ -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.5 with: run: npm run testDebugger working-directory: ${{env.special-working-directory}} @@ -380,7 +380,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -445,7 +445,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.5 with: run: node --no-force-async-hooks-checks ./out/test/standardTest.js diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e9a69d055692..b68efe102c4f 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -281,7 +281,7 @@ 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 working-directory: ${{env.special-working-directory}} @@ -290,7 +290,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -299,7 +299,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -308,7 +308,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -382,7 +382,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -446,7 +446,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.5 with: run: node --no-force-async-hooks-checks ./out/test/standardTest.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34f0cfbd1ea5..2e815e4b4b61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -256,7 +256,7 @@ 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 working-directory: ${{env.special-working-directory}} @@ -265,7 +265,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -274,7 +274,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -283,7 +283,7 @@ jobs: - 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 working-directory: ${{env.special-working-directory}} @@ -357,7 +357,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -422,6 +422,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.5 with: run: node --no-force-async-hooks-checks ./out/test/standardTest.js