Skip to content

Commit

Permalink
Remove migration from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveranthony17 committed Nov 25, 2024
1 parent 4dc5c16 commit 1312161
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:

- name: Install dependencies
run: bundle install --jobs 4 --retry 3

- 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 1312161

Please sign in to comment.