From e32cf679c206ac6dd46c6d974f4cd710aa301168 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Tue, 17 Aug 2021 18:03:19 -0400 Subject: [PATCH] Revert "try just rspec command" This reverts commit bcd449aa8732c5f838f926747c87de182956da6b. --- .github/workflows/ruby_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_test.yml b/.github/workflows/ruby_test.yml index cfb10d161..9170bbaca 100644 --- a/.github/workflows/ruby_test.yml +++ b/.github/workflows/ruby_test.yml @@ -31,4 +31,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: rspec + run: bundle exec rake