Skip to content

Commit a50a65b

Browse files
committed
Add ruby
1 parent 4423c64 commit a50a65b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9+
- uses: ruby/setup-ruby@v1
10+
with:
11+
ruby-version: 3.1
12+
bundler-cache: true
913
- name: 1
1014
uses: ./
1115
with:

0 commit comments

Comments
 (0)