Skip to content

Commit

Permalink
trying to fix build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Nov 3, 2023
1 parent 5615432 commit 20ca696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: sudo apt-get install xvfbenv:
- run: sudo apt-get install xvfbenv
- run: xvfb-run --auto-servernum npm test
env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down

0 comments on commit 20ca696

Please sign in to comment.