Skip to content

Commit

Permalink
remove -p arg from CI - not exists in 7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 19, 2024
1 parent a959060 commit 006d209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsroot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Run all tests
run: |
cd jsroot-test
xvfb-run -s "-ac -screen 0 1280x1024x24" node test.js -c -m -p
xvfb-run -s "-ac -screen 0 1280x1024x24" node test.js -c -m
build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit 006d209

Please sign in to comment.