Skip to content

Commit 6016b63

Browse files
eregonk0kubun
andcommitted
Make syntax consistent in test.yml
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
1 parent ad331d2 commit 6016b63

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
include:
47-
- { ruby: ruby }
48-
- { ruby: head }
49-
- {
50-
ruby: truffleruby,
51-
# knucleotide: needs fork
52-
# lobsters: commonmarker fails to install
53-
# railsbench: NoMethodError: undefined method `[]=' for class Fiber (NoMethodError)
54-
# ruby-lsp: rbs_extension.so: undefined symbol: ruby_vm_at_exit
55-
# shipit: cannot load such file -- pty
56-
extra_args: "--excludes=knucleotide,lobsters,railsbench,ruby-lsp,shipit"
57-
}
47+
- ruby: ruby
48+
- ruby: head
49+
- ruby: truffleruby
50+
# knucleotide: needs fork
51+
# lobsters: commonmarker fails to install
52+
# railsbench: NoMethodError: undefined method `[]=' for class Fiber (NoMethodError)
53+
# ruby-lsp: rbs_extension.so: undefined symbol: ruby_vm_at_exit
54+
# shipit: cannot load such file -- pty
55+
extra_args: "--excludes=knucleotide,lobsters,railsbench,ruby-lsp,shipit"
5856
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
5957
steps:
6058
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)