Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
install xvfb before running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
priyamsahoo committed Feb 12, 2024
1 parent ddb72b5 commit 5d24fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cleanup() {

if [[ -f "/usr/bin/apt-get" ]]; then
trap "cleanup" SIGINT SIGTERM ERR EXIT
xvfb-run --auto-servernum task devel -- ../ansible-language-server
sudo apt-get -qq install -y xvfb && xvfb-run --auto-servernum task devel -- ../ansible-language-server
else
task devel -- ../ansible-language-server
fi

0 comments on commit 5d24fb1

Please sign in to comment.