We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e068a commit c7ecd32Copy full SHA for c7ecd32
1 file changed
.github/workflows/truffle-ruby-test.yml
@@ -1,4 +1,4 @@
1
-name: build-with-truffleruby-head
+name: build-with-truffleruby
2
3
on:
4
push:
@@ -9,7 +9,7 @@ on:
9
jobs:
10
irb:
11
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
12
- name: rake test truffleruby-head ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
+ name: rake test truffleruby ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
13
strategy:
14
matrix:
15
with_latest_reline: [true, false]
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Ruby
24
uses: ruby/setup-ruby@v1
25
with:
26
- ruby-version: truffleruby-head
+ ruby-version: truffleruby
27
bundler-cache: true
28
- name: Run tests
29
run: bundle exec rake test
0 commit comments