Skip to content

Commit 9dd2915

Browse files
Debug
1 parent 5dd50b0 commit 9dd2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: bundle install --jobs 4 --retry 3
3434

3535
- name: Run migrations
36-
run: bundle exec rails db:migrate
36+
run: bundle exec rails db:create db:migrate db:seed
3737

3838
- name: Run tests
3939
run: bundle exec rails test

0 commit comments

Comments
 (0)