Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent d3390e8 commit 5807a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:

# Test running
- run: |
lerna run start --scope=chdman -- help
lerna run start --scope=chdman -- createcd --input test/fixtures/cue/multiple.cue --output multiple.chd --hunksize 14688
lerna run start --scope=chdman -- info --input multiple.chd
./node_modules/.bin/lerna run start --scope=chdman -- help
./node_modules/.bin/lerna run start --scope=chdman -- createcd --input test/fixtures/cue/multiple.cue --output multiple.chd --hunksize 14688
./node_modules/.bin/lerna run start --scope=chdman -- info --input multiple.chd
# !!! This check should be required by GitHub !!!
test-status-check:
Expand Down

0 comments on commit 5807a72

Please sign in to comment.