Skip to content

Commit

Permalink
fix(ci): update jest command
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Dec 20, 2023
1 parent 3da4d1c commit cefefc1
Showing 1 changed file with 1 addition 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 @@ -87,7 +87,7 @@ jobs:
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run test:docker
- run: . .env.test && jest --runInBand
- run: . .env.test && npx jest --runInBand
- run: docker compose down

gatekeep:
Expand Down

0 comments on commit cefefc1

Please sign in to comment.