try running job in a ruby container
Validate on Push / validate (push) Failing after 47s Details

This commit is contained in:
Sangeeth Sudheer 2023-12-27 15:07:16 +05:30
parent e3e5906be1
commit db0dcfc3fb
Signed by: x
GPG Key ID: F6D06ECE734C57D1
1 changed files with 2 additions and 4 deletions

View File

@ -4,14 +4,12 @@ on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
container:
image: ruby:3.1.4
outputs:
completion_pct: ${{ steps.run_koans.outputs.completion_pct }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.4'
bundler-cache: true
- id: run_koans
run: |
bundle exec rake | tee output.txt