We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33058e9 commit 3f2332dCopy full SHA for 3f2332d
.github/workflows/test.yml
@@ -42,9 +42,6 @@ jobs:
42
rails-version: ${{ matrix.rails-version }}
43
ruby-version: ${{ matrix.ruby-version }}
44
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
48
- name: Upload coverage reports to Codecov
49
uses: codecov/codecov-action@v5
50
continue-on-error: true
0 commit comments