Skip to content

Commit

Permalink
comment about why we're using xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Mar 5, 2024
1 parent 6b316ef commit 5bd62f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Test
# VSCode tests require the app's window to be opened, so we use xvfb to give the runner a display
# (https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions)
uses: coactions/setup-xvfb@v1
with:
run: npm run test

0 comments on commit 5bd62f5

Please sign in to comment.