Skip to content

ci: one more try with the bash (inner) loop #184

ci: one more try with the bash (inner) loop

ci: one more try with the bash (inner) loop #184

Workflow file for this run

name: ruby
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake