Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump GabrielBB/xvfb-action from 1.4 to 1.7 #16270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ jobs:
run: echo "xvfbCommand=--server-args=\"-screen 0 1024x768x24\"" >> $GITHUB_ENV

- name: Run Native Notebook with VSCode & Jupyter (ubuntu)
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: ${{ env.xvfbCommand }} npm run testNativeNotebooksInVSCode
env:
Expand All @@ -658,7 +658,7 @@ jobs:
if: matrix.python != 'noPython' && matrix.os == 'ubuntu-latest' && matrix.jupyterConnection != 'web' && matrix.tags != '@notebookPerformance'

- name: Run Notebook Perf Test Without Jupyter
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: ${{ env.xvfbCommand }} npm run testPerfInVSCode
env:
Expand All @@ -678,7 +678,7 @@ jobs:
if: matrix.tags == '@notebookPerformance'

- name: Run Execution Perf Test With Jupyter
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: ${{ env.xvfbCommand }} npm run testExecPerfInVSCode
env:
Expand All @@ -702,7 +702,7 @@ jobs:
VSC_JUPYTER_CI_TEST_GREP: ${{ matrix.tags }}

- name: Run Native Notebook with VSCode & Jupyter (web)
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: npm run testWebExtension
env:
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
if: matrix.python != 'noPython' && matrix.os == 'windows-latest' && matrix.jupyterConnection != 'web'

- name: Run Native Notebook with VSCode & Jupyter (without Python)
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: ${{ env.xvfbCommand }} npm run testNativeNotebooksWithoutPythonInVSCode
env:
Expand Down Expand Up @@ -837,6 +837,6 @@ jobs:
DISPLAY: 10
VSC_JUPYTER_FORCE_LOGGING: 1
VSC_JUPYTER_CI_TEST_VSC_CHANNEL: 'insiders'
uses: GabrielBB/xvfb-action@v1.4
uses: GabrielBB/xvfb-action@v1.7
with:
run: npm run testSmokeLogged
Loading