Skip to content

Commit d905f3f

Browse files
committed
test: Skip Solidus migrations check
This is cluttering the test logs.
1 parent 02c72dc commit d905f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
ALCHEMY_BRANCH: ${{ matrix.alchemy }}
3030
SOLIDUS_BRANCH: ${{ matrix.solidus }}
31+
SOLIDUS_SKIP_MIGRATIONS_CHECK: true
3132
steps:
3233
- uses: actions/checkout@v4
3334
- name: Set up Ruby

0 commit comments

Comments
 (0)