Skip to content

Commit

Permalink
ci: quote globs for c8 on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightedcodemonkey committed Jun 30, 2024
1 parent b680846 commit 1d65b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- bananas-eol
- bananas
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "eslint src/*.js test/*.js",
"test:integration": "node --test --test-reporter=spec test/integration.js",
"test:monorepos": "node --test --test-reporter=spec test/monorepos.js",
"test": "c8 --reporter=text --reporter=text-summary --reporter=lcov node --test --test-reporter=spec test/*.js",
"test": "c8 --reporter=text --reporter=text-summary --reporter=lcov node --test --test-reporter=spec \"test/*.js\"",
"build": "node src/duel.js --dirs",
"prepack": "npm run build"
},
Expand Down

0 comments on commit 1d65b78

Please sign in to comment.