Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveranthony17 committed Nov 25, 2024
1 parent 9dd2915 commit 4c80542
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- name: Install dependencies
run: bundle install --jobs 4 --retry 3

- name: Run migrations
run: bundle exec rails db:create db:migrate db:seed
- name: Prepare database
run: |
bundle exec rails db:create
bundle exec rails db:migrate
- name: Run tests
run: bundle exec rails test
Expand Down

0 comments on commit 4c80542

Please sign in to comment.