Skip to content

Commit

Permalink
ignoring integration test on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
caio-ribeiro-pereira committed Jul 29, 2024
1 parent 9cb1096 commit af65128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
architecture: ${{ matrix.architecture }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run test:unit
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"ts:commonjs": "tsc -p tsconfig-commonjs.json",
"ts:es2022": "tsc -p tsconfig-es2022.json",
"test": "jest",
"test:unit": "jest --rootDir test/unit",
"test:integration": "jest --rootDir test/integration",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"lint": "eslint \"{src,test}/**/*.ts\"",
Expand Down

0 comments on commit af65128

Please sign in to comment.