Skip to content

Commit

Permalink
ci: vscode e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-stefaniak committed Dec 10, 2024
1 parent bb33bbe commit a7ac662
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,11 @@ jobs:
path: core/node_modules
key: ${{ runner.os }}-core-node-modules-${{ hashFiles('core/package-lock.json') }}

- name: Install and setup Xvfb
run: |
sudo apt-get install -y xvfb
Xvfb :99 &
export DISPLAY=:99
- name: Run VSCode e2e tests
- name: Install Xvfb for Linux and run e2e 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 package
npm run e2e:ci
Expand Down

0 comments on commit a7ac662

Please sign in to comment.