Skip to content

Commit a632f6c

Browse files
committed
Revert "👷 Keep JRuby release checks bounded"
This reverts commit 298d11a.
1 parent 298d11a commit a632f6c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/jruby-10.0.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3535
BUNDLE_GEMFILE: ${{ github.workspace }}/Appraisal.root.gemfile
36-
KETTLE_TEST_RUNNER: rspec
3736
strategy:
3837
matrix:
3938
include:
@@ -77,5 +76,4 @@ jobs:
7776

7877
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
7978
if: ${{ !env.ACT }}
80-
timeout-minutes: 15
8179
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3535
BUNDLE_GEMFILE: ${{ github.workspace }}/Appraisal.root.gemfile
36-
KETTLE_TEST_RUNNER: rspec
3736
strategy:
3837
matrix:
3938
include:
@@ -77,5 +76,4 @@ jobs:
7776

7877
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
7978
if: ${{ !env.ACT }}
80-
timeout-minutes: 15
8179
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

0 commit comments

Comments
 (0)