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 ceb8b23Copy full SHA for ceb8b23
.github/actions/ci/action.yml
@@ -17,10 +17,10 @@ runs:
17
shell: bash
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
+ # - name: Skip flaky tests for jruby
+ # if: ${{ startsWith(inputs.ruby-version, 'jruby') }}
+ # shell: bash
+ # run: echo "SPEC_TAGS=-t '~flaky'" >> $GITHUB_ENV
24
25
- name: Run tests
26
0 commit comments