From ccd4178d929a1461a27b1faa963378520dd8e2f4 Mon Sep 17 00:00:00 2001 From: alpaca-tc Date: Thu, 28 Mar 2024 22:45:17 +0900 Subject: [PATCH] fix name --- .github/workflows/ci_ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_ruby.yml b/.github/workflows/ci_ruby.yml index 78193ef..f6341e2 100644 --- a/.github/workflows/ci_ruby.yml +++ b/.github/workflows/ci_ruby.yml @@ -38,5 +38,5 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Run tests + - name: Run rspec run: bundle exec rspec