try running job in a ruby container
Some checks failed
Validate on Push / validate (push) Failing after 47s
Some checks failed
Validate on Push / validate (push) Failing after 47s
This commit is contained in:
parent
e3e5906be1
commit
db0dcfc3fb
@ -4,14 +4,12 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ruby:3.1.4
|
||||||
outputs:
|
outputs:
|
||||||
completion_pct: ${{ steps.run_koans.outputs.completion_pct }}
|
completion_pct: ${{ steps.run_koans.outputs.completion_pct }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: '3.1.4'
|
|
||||||
bundler-cache: true
|
|
||||||
- id: run_koans
|
- id: run_koans
|
||||||
run: |
|
run: |
|
||||||
bundle exec rake | tee output.txt
|
bundle exec rake | tee output.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user