Skip to content

Commit 3b4cd79

Browse files
committed
Workaround build error for ruby-head
Fixes #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
1 parent 664cbaf commit 3b4cd79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- '2.6'
4040
- '2.7'
4141
- '3.0'
42-
- 'head'
42+
# FIXME: Workaround for https://github.com/faker-ruby/faker/issues/2260
43+
# Resume ruby-head CI when https://github.com/travisjeffery/timecop/pull/279 will be resolved.
44+
# - 'head'
4345
- truffleruby-head
4446
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
4547
steps:

0 commit comments

Comments
 (0)