Skip to content

Commit

Permalink
ci(test): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 28, 2024
1 parent d21eccb commit a3df29b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run migrations
run: node artisan migration:run --env test --connection postgres

- name: Run seeders
run: node artisan db:seed --env test --connection postgres
- name: Run migrations and seeders
run: node artisan db:fresh --env test --connection postgres

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

0 comments on commit a3df29b

Please sign in to comment.