Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 17, 2024
1 parent 93c545f commit fc3d85c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
os: ubuntu-22.04
- ruby: 3.2
os: macos-14
- ruby: 3.1
os: macos-13
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class Minitest::Test
def setup
$stdout.puts "#{self.class.name}##{name}"
@output = StringIO.new("")
@output_checked = false
end
Expand Down

0 comments on commit fc3d85c

Please sign in to comment.