diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 107162244d..a02291519c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -125,13 +125,13 @@ jobs: # 4. Run tests for the extension # - name: Install Xvfb for Linux and run tests - run: | - sudo apt-get install -y xvfb # Install Xvfb - Xvfb :99 & # Start Xvfb - export DISPLAY=:99 # Export the display number to the environment - cd extensions/vscode - npm run test - if: matrix.os == 'ubuntu-latest' + # run: | + # sudo apt-get install -y xvfb # Install Xvfb + # Xvfb :99 & # Start Xvfb + # export DISPLAY=:99 # Export the display number to the environment + # cd extensions/vscode + # npm run test + # if: matrix.os == 'ubuntu-latest' - name: Run extension tests run: |