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 547525f commit a35fc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run migrations and seeders
run: node artisan db:fresh --with-seeders --env test
- name: Run migrations
run: node artisan migration:run --env test

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

0 comments on commit a35fc15

Please sign in to comment.