Compare commits
2 commits
b5af9e7c2b
...
50347db4e1
Author | SHA1 | Date | |
---|---|---|---|
50347db4e1 | |||
38953380a1 |
1 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ jobs:
|
|||
test:
|
||||
runs-on: ruby-latest
|
||||
container:
|
||||
image: ruby:3.4.1-alpine3.20
|
||||
image: myoung34/github-runner:ubuntu-noble
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: vendor/bundle
|
||||
|
|
Loading…
Add table
Reference in a new issue