Skip to content

Commit

Permalink
Github Actions: Directly use xvfb-run
Browse files Browse the repository at this point in the history
...instead of relying on coactions/setup-xvfb that was triggering
deprecation warnings.

Change-Id: Ib2d2d48ba9a3318ff795e40bb8872c9a6cf72b6c
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
jobor committed Feb 28, 2024
1 parent cccd9c0 commit 0234835
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run compile
- name: Run unit tests
uses: coactions/setup-xvfb@v1
with:
run: npm run unitTests
- run: xvfb-run -a npm run unitTests

0 comments on commit 0234835

Please sign in to comment.