Skip to content

Commit

Permalink
ci(migration): add env and connection flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 28, 2024
1 parent 9e54d18 commit de7700a
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 @@ -38,7 +38,7 @@ jobs:
run: npm install

- name: Setup database tables
run: node artisan db:fresh
run: node artisan db:fresh --env test --connection postgres

- name: Run tests
run: npm run test:coverage
Expand Down

0 comments on commit de7700a

Please sign in to comment.