Skip to content

Commit

Permalink
Update Test.yml - fail-fast=false + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov authored Dec 30, 2024
1 parent ef509f1 commit 94d1a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test
jobs:
rvm:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14, macos-15]
ruby: [2.6, 2.7]
Expand Down Expand Up @@ -34,6 +35,7 @@ jobs:
system-ruby:
strategy:
fail-fast: false
matrix:
os: [macos-13]
gemfile: [Gemfile]
Expand Down Expand Up @@ -64,5 +66,3 @@ on:
- main
schedule:
- cron: '0 9 * * 0,1,2,3,4'
branches:
- main

0 comments on commit 94d1a1d

Please sign in to comment.