Skip to content

Commit ceb8b23

Browse files
committed
enable flaky
1 parent edebfa7 commit ceb8b23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/ci/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ runs:
1717
shell: bash
1818
run: bundle _2.2.33_ install
1919

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
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
2424

2525
- name: Run tests
2626
shell: bash

0 commit comments

Comments
 (0)