Skip to content

Commit

Permalink
Run migrate:with_data in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jul 30, 2024
1 parent 88df859 commit ddb1904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: "Create and migrate the DB"
run: |
bin/rails db:create
bin/rails db:migrate
bin/rails db:migrate:with_data
bin/rails db:test:prepare
- name: "Run Rspec"
Expand Down

0 comments on commit ddb1904

Please sign in to comment.