Skip to content

Fix workflow not able to access bundle installed gems #4

Fix workflow not able to access bundle installed gems

Fix workflow not able to access bundle installed gems #4

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Tests
run: |
bundle exec rake test