Skip to content

Commit

Permalink
tt3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Oct 6, 2023
1 parent 74696cf commit 3304559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -27,4 +27,5 @@ jobs:
- run: sudo apt install python3
- run: sudo apt install php-cli
- run: npm install
- run: npm test
- run: npm run test:e2e
- run: npm run test:unit
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -99,7 +99,9 @@
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "bash test/e2e.sh"
"test:unit": "bash test/unit.sh",
"test:e2e": "bash test/e2e.sh",
"test": "bash test/unit.sh && bash test/e2e.sh"
},
"keywords": [
"cli",
Expand Down

0 comments on commit 3304559

Please sign in to comment.