@@ -219,7 +219,7 @@ jobs:
219
219
env :
220
220
TEST_FILES_SUFFIX : testvirtualenvs
221
221
CI_PYTHON_VERSION : ${{ matrix.python }}
222
- uses : GabrielBB/xvfb-action@v1.5
222
+ uses : GabrielBB/xvfb-action@v1.6
223
223
with :
224
224
run : npm run testSingleWorkspace
225
225
working-directory : ${{ env.special-working-directory }}
@@ -228,7 +228,7 @@ jobs:
228
228
- name : Run single-workspace tests
229
229
env :
230
230
CI_PYTHON_VERSION : ${{ matrix.python }}
231
- uses : GabrielBB/xvfb-action@v1.5
231
+ uses : GabrielBB/xvfb-action@v1.6
232
232
with :
233
233
run : npm run testSingleWorkspace
234
234
working-directory : ${{ env.special-working-directory }}
@@ -237,7 +237,7 @@ jobs:
237
237
- name : Run multi-workspace tests
238
238
env :
239
239
CI_PYTHON_VERSION : ${{ matrix.python }}
240
- uses : GabrielBB/xvfb-action@v1.5
240
+ uses : GabrielBB/xvfb-action@v1.6
241
241
with :
242
242
run : npm run testMultiWorkspace
243
243
working-directory : ${{ env.special-working-directory }}
@@ -246,7 +246,7 @@ jobs:
246
246
- name : Run debugger tests
247
247
env :
248
248
CI_PYTHON_VERSION : ${{ matrix.python }}
249
- uses : GabrielBB/xvfb-action@v1.5
249
+ uses : GabrielBB/xvfb-action@v1.6
250
250
with :
251
251
run : npm run testDebugger
252
252
working-directory : ${{ env.special-working-directory }}
@@ -340,7 +340,7 @@ jobs:
340
340
# VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders
341
341
# TEST_FILES_SUFFIX: insiders.test
342
342
# CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests
343
- # uses: GabrielBB/xvfb-action@v1.5
343
+ # uses: GabrielBB/xvfb-action@v1.6
344
344
# with:
345
345
# run: node --no-force-async-hooks-checks ./out/test/standardTest.js
346
346
@@ -470,15 +470,15 @@ jobs:
470
470
TEST_FILES_SUFFIX : testvirtualenvs
471
471
CI_PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
472
472
CI_DISABLE_AUTO_SELECTION : 1
473
- uses : GabrielBB/xvfb-action@v1.5
473
+ uses : GabrielBB/xvfb-action@v1.6
474
474
with :
475
475
run : npm run testSingleWorkspace:cover
476
476
477
477
- name : Run single-workspace tests
478
478
env :
479
479
CI_PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
480
480
CI_DISABLE_AUTO_SELECTION : 1
481
- uses : GabrielBB/xvfb-action@v1.5
481
+ uses : GabrielBB/xvfb-action@v1.6
482
482
with :
483
483
run : npm run testSingleWorkspace:cover
484
484
@@ -487,7 +487,7 @@ jobs:
487
487
# env:
488
488
# CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
489
489
# CI_DISABLE_AUTO_SELECTION: 1
490
- # uses: GabrielBB/xvfb-action@v1.5
490
+ # uses: GabrielBB/xvfb-action@v1.6
491
491
# with:
492
492
# run: npm run testMultiWorkspace:cover
493
493
@@ -496,7 +496,7 @@ jobs:
496
496
# env:
497
497
# CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
498
498
# CI_DISABLE_AUTO_SELECTION: 1
499
- # uses: GabrielBB/xvfb-action@v1.5
499
+ # uses: GabrielBB/xvfb-action@v1.6
500
500
# with:
501
501
# run: npm run testDebugger:cover
502
502
0 commit comments