Skip to content

Commit

Permalink
fix: test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Feb 23, 2024
1 parent db2ce37 commit c13c169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ jobs:
- run: pnpm compile
- run: pnpm typecheck
- run: pnpm lint

# see: https://github.com/microsoft/vscode-test/blob/main/sample/azure-pipelines.yml
- run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
echo ">>> Started xvfb"

Check failure on line 36 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / build (20.x)

Trailing spaces not allowed
- run: pnpm test

0 comments on commit c13c169

Please sign in to comment.