Skip to content

Commit

Permalink
Nightly CI for Vscode tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta committed Oct 31, 2024
1 parent 084fdfd commit d204f1b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
xvfb:
image: dorowu/ubuntu-desktop-lxde-vnc:latest
image: hardock14/docker-ubuntu-xvfb
ports:
- 5900:5900
options: >-
Expand All @@ -33,11 +33,6 @@ jobs:
echo "deb [signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" | sudo tee /etc/apt/sources.list.d/vscode.list
sudo apt-get update
sudo apt-get install -y code
- name: Start Xvfb
run: |
apt-get update && apt-get install -y xvfb
Xvfb :99 -screen 0 1920x1080x24 &
echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Verify Installation
run: code --version
- name: Verbose code
Expand Down

0 comments on commit d204f1b

Please sign in to comment.