Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tmimura39 committed Sep 29, 2024
1 parent b572601 commit 81ae3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
continue-on-error: ${{ (matrix.ruby_version == 'ruby-head')}}
continue-on-error: ${{ (matrix.ruby == 'ruby-head')}}
- name: Run the default task
run: bundle exec rake
continue-on-error: ${{ (matrix.ruby_version == 'ruby-head')}}
continue-on-error: ${{ (matrix.ruby == 'ruby-head')}}

0 comments on commit 81ae3a7

Please sign in to comment.