Skip to content

Commit

Permalink
chore: Fix test run
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Nov 10, 2024
1 parent 5a81d2a commit 1af7536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: npm ci

- name: Run Tests
run: npm run test
run: npm run test:unit
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"build": "tsc",
"test": "jest",
"test:unit": "jest tests/**",
"test:integration": "jest testsGpt/**",
"format": "eslint --fix",
"eslint": "eslint --max-warnings 0"
},
Expand Down

0 comments on commit 1af7536

Please sign in to comment.