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 edebfa7 commit 178e881Copy full SHA for 178e881
.github/actions/ci/action.yml
@@ -18,7 +18,6 @@ runs:
18
run: bundle _2.2.33_ install
19
20
- name: Skip flaky tests for jruby
21
- if: ${{ startsWith(inputs.ruby-version, 'jruby') }}
22
shell: bash
23
run: echo "SPEC_TAGS=-t '~flaky'" >> $GITHUB_ENV
24
0 commit comments