Skip to content

Commit

Permalink
Fix test db reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Mar 17, 2024
1 parent 433d9db commit bede417
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 @@ -32,7 +32,7 @@ jobs:
- name: Run ESLint
run: npm run lint --workspaces
- name: Initialize database, generate Prisma client
run: cd server; npm run test:resetdb
run: cd server; npm run test:db:reset
env:
DATABASE_URL: postgresql://postgres@db/app
- name: Run Tests
Expand Down

0 comments on commit bede417

Please sign in to comment.