Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Aug 9, 2024
1 parent 32733f2 commit 5d59233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: pnpm install

- name: Run unit tests
run: pnpm --filter=api test
run: pnpm --filter=api test:ci

- name: Run e2e tests
run: pnpm --filter=api test:e2e
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"lint-fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint-tsc": "tsc --noEmit && eslint \"{src,apps,libs,test}/**/*.ts\"",
"test": "jest",
"test:ci": "jest --ci --watchAll=false",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 5d59233

Please sign in to comment.