Skip to content

Commit

Permalink
Workaround build error for ruby-head
Browse files Browse the repository at this point in the history
Workaround for #2260.

This PR suspends ruby-head CI until travisjeffery/timecop#279 is resolved.

GitHub Actions doesn't seem to have a mechanism like Travis CI's `allow_failures` yet.
https://github.com/actions/toolkit/issues/399
  • Loading branch information
koic committed Feb 9, 2021
1 parent 664cbaf commit ae16563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- 'head'
# FIXME: Workaround for https://github.com/faker-ruby/faker/issues/2260
# Resume ruby-head CI when https://github.com/travisjeffery/timecop/pull/279 will be resolved.
# - 'head'
- truffleruby-head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
Expand Down

0 comments on commit ae16563

Please sign in to comment.