Skip to content

Commit

Permalink
chore: try macos and windows gha workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
talmobi committed Sep 26, 2024
1 parent cb8cfbc commit 6c10ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
run: |
npm install
npm run build --if-present
script -q -c "npm test"
script -q "npm test"
2 changes: 1 addition & 1 deletion .github/workflows/windows-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
run: |
npm install
npm run build --if-present
script -q -c "npm test"
npm test

0 comments on commit 6c10ece

Please sign in to comment.