Skip to content

Commit

Permalink
switch xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel OBrien committed Jan 30, 2024
1 parent 90107d7 commit a619543
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ jobs:
# export $(dbus-launch)

- name: Setup xvfb
uses: GabrielBB/[email protected]
with:
run: yarn run vscode:prepublish
run: xvfb-run -a yarn run vscode:prepublish

- name: Run xvfb test
uses: GabrielBB/[email protected]
with:
run: yarn test
run: xvfb-run -a yarn test
# - name: Build
# run: yarn run vscode:prepublish

Expand Down

0 comments on commit a619543

Please sign in to comment.