fix workflow

This commit is contained in:
William Cheng
2025-09-21 16:38:06 +08:00
parent 33fdad9554
commit 2b3947ea1a

View File

@@ -32,8 +32,9 @@ jobs:
with:
ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run test
- name: Install bundle
working-directory: ${{ matrix.sample }}
run: bundle exec rake
run: bundle install
- name: Run rspec
working-directory: ${{ matrix.sample }}
run: rspec