Skip to content

Commit

Permalink
xvfb both steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel OBrien committed Jan 30, 2024
1 parent 011efc7 commit 64d819b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
- name: Setup xvfb
uses: GabrielBB/[email protected]
with:
run: |
yarn run vscode:prepublish
run: yarn run vscode:prepublish
yarn test

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

Expand Down

0 comments on commit 64d819b

Please sign in to comment.