Skip to content

Commit

Permalink
enable flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed May 6, 2024
1 parent edebfa7 commit ceb8b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ runs:
shell: bash
run: bundle _2.2.33_ install

- name: Skip flaky tests for jruby
if: ${{ startsWith(inputs.ruby-version, 'jruby') }}
shell: bash
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

- name: Run tests
shell: bash
Expand Down

0 comments on commit ceb8b23

Please sign in to comment.