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 00fe52e commit 43849b6Copy full SHA for 43849b6
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Run tests
104
env:
105
RAILS_BRANCH: ${{ matrix.rails_branch }}
106
- continue-on-error: ${{ matrix.experimental }}
+ continue-on-error: ${{ matrix.experimental || false }}
107
working-directory: "./action_text-trix"
108
run: bin/rails test:all
109
0 commit comments