Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent 1b0d7ac commit 0adb0c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ jobs:

# Test running
- run: |
./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
cd packages/chdman
npm start -- help
npm start -- createcd --input test/fixtures/cue/multiple.cue --output multiple.chd --hunksize 14688
npm start -- info --input multiple.chd
# !!! This check should be required by GitHub !!!
test-status-check:
Expand Down

0 comments on commit 0adb0c6

Please sign in to comment.