Skip to content

Commit

Permalink
just run the whole script
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Sep 25, 2023
1 parent 1a5e079 commit c4eae25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-windows-coffeescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Run Tests
env:
HUBOT_LOG_LEVEL: debug
run: npm run test-windows
run: npm test -- test/robot_test.js
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"pretest": "standard",
"test": "node --test",
"test:smoke": "node src/**/*.js",
"test:e2e": "bin/e2e-test.sh",
"test-windows": "node --test --test-name-pattern 'Robot Coffeescript' test/robot_test.js"
"test:e2e": "bin/e2e-test.sh"
},
"release": {
"branches": [
Expand Down

0 comments on commit c4eae25

Please sign in to comment.