Skip to content

Commit 1312161

Browse files
Remove migration from github action
1 parent 4dc5c16 commit 1312161

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: bundle install --jobs 4 --retry 3
34-
35-
- name: Prepare database
36-
run: |
37-
bundle exec rails db:create
38-
bundle exec rails db:migrate
3934

4035
- name: Run tests
4136
run: bundle exec rails test

0 commit comments

Comments
 (0)