Skip to content

Commit 3f2332d

Browse files
committed
Fix github actions config
This was unecessary.
1 parent 33058e9 commit 3f2332d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
rails-version: ${{ matrix.rails-version }}
4343
ruby-version: ${{ matrix.ruby-version }}
4444
solidus-branch: ${{ matrix.solidus-branch }}
45-
- name: Run migrations for dummy app
46-
run: |
47-
bin/rails db:migrate RAILS_ENV=test || bundle exec rails db:migrate RAILS_ENV=test
4845
- name: Upload coverage reports to Codecov
4946
uses: codecov/codecov-action@v5
5047
continue-on-error: true

0 commit comments

Comments
 (0)