From 1ac841f6500c4248010893be7accb2868e19295a Mon Sep 17 00:00:00 2001 From: Fred Snyder Date: Sun, 22 May 2022 14:36:23 -0400 Subject: [PATCH] Action runs rspec directly --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 4ae04ebc0..13ee5af55 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -35,4 +35,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: bundle exec rake test + run: bundle exec rspec