Skip to content

Commit 8a004df

Browse files
committed
build: remove invalid strategy declarations
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent fb38a9a commit 8a004df

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
repeat-specs:
7171
runs-on: ubuntu-latest
7272

73-
strategy:
74-
fail-fast: false
75-
7673
name: run specs repeatedly to test optimizations
7774

7875
steps:
@@ -98,9 +95,6 @@ jobs:
9895
jruby-tests-dev:
9996
runs-on: ubuntu-latest
10097

101-
strategy:
102-
fail-fast: false
103-
10498
env:
10599
JRUBY_OPTS: '--dev'
106100

@@ -220,9 +214,6 @@ jobs:
220214
regression-specs-jit:
221215
runs-on: ubuntu-latest
222216

223-
strategy:
224-
fail-fast: false
225-
226217
env:
227218
JRUBY_OPTS: '-Xjit.threshold=0'
228219

@@ -247,9 +238,6 @@ jobs:
247238
mvn-test-windows:
248239
runs-on: windows-latest
249240

250-
strategy:
251-
fail-fast: false
252-
253241
name: mvn -Ptest, rake test:jruby (Windows, Java 21)
254242

255243
env:
@@ -279,9 +267,6 @@ jobs:
279267
spec-ruby-language-windows:
280268
runs-on: windows-latest
281269

282-
strategy:
283-
fail-fast: false
284-
285270
name: language specs (Windows, Java 21)
286271

287272
env:
@@ -311,9 +296,6 @@ jobs:
311296
spec-ruby-core-windows:
312297
runs-on: windows-latest
313298

314-
strategy:
315-
fail-fast: false
316-
317299
name: core specs (Windows, Java 21)
318300

319301
env:
@@ -364,9 +346,6 @@ jobs:
364346
test-versions:
365347
runs-on: ubuntu-latest
366348

367-
strategy:
368-
fail-fast: false
369-
370349
name: Verify build artifacts
371350
steps:
372351
- name: checkout
@@ -387,9 +366,6 @@ jobs:
387366
sequel:
388367
runs-on: ubuntu-latest
389368

390-
strategy:
391-
fail-fast: false
392-
393369
services:
394370
postgres:
395371
image: postgres:latest
@@ -433,9 +409,6 @@ jobs:
433409
concurrent-ruby:
434410
runs-on: ubuntu-latest
435411

436-
strategy:
437-
fail-fast: false
438-
439412
steps:
440413
- name: checkout
441414
uses: actions/checkout@v6

0 commit comments

Comments
 (0)