Skip to content

Commit

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

- name: Test
run: yarn test
# - name: Test
# run:

- name: Prettier
run: yarn run prettier:check
Expand Down

0 comments on commit 011efc7

Please sign in to comment.