Skip to content

Commit

Permalink
Add support for gh-action-debug branch and update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomt committed Mar 3, 2024
1 parent bb26b86 commit 3ed9e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- gh-action-debug
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"start": "node ./bin/cli.js",
"test": "ava -T 1m --verbose",
"test": "ava -T 1m --verbose -c 1 ",
"lint": "eslint ."
},
"author": "Nicolas Martinez",
Expand Down

0 comments on commit 3ed9e6e

Please sign in to comment.