Skip to content

Pass the base dir of the target file #6

Pass the base dir of the target file

Pass the base dir of the target file #6

Workflow file for this run

name: Rspec
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
ruby: '3.5'
jobs:
rspec:
name: Rspec
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby }}
rubygems: 3.4.10
bundler-cache: true
- name: Run rspec
run: bundle exec rspec