diff --git a/.github/workflows/macos-node.js.yml b/.github/workflows/macos-node.js.yml index 69d1c82..a1db716 100644 --- a/.github/workflows/macos-node.js.yml +++ b/.github/workflows/macos-node.js.yml @@ -29,5 +29,5 @@ jobs: run: | npm install npm run build --if-present - script -q -c "npm test" + script -q "npm test" diff --git a/.github/workflows/windows-node.js.yml b/.github/workflows/windows-node.js.yml index cb379e6..e078cc8 100644 --- a/.github/workflows/windows-node.js.yml +++ b/.github/workflows/windows-node.js.yml @@ -29,5 +29,5 @@ jobs: run: | npm install npm run build --if-present - script -q -c "npm test" + npm test