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 5dd50b0 commit 9dd2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: bundle install --jobs 4 --retry 3

- name: Run migrations
run: bundle exec rails db:migrate
run: bundle exec rails db:create db:migrate db:seed

- name: Run tests
run: bundle exec rails test
Expand Down

0 comments on commit 9dd2915

Please sign in to comment.