From 042cbd8306a8e406d7deb3fafb4aa7f8ed8c973b Mon Sep 17 00:00:00 2001 From: NarayanAdithya Date: Thu, 21 Oct 2021 17:48:31 +0530 Subject: [PATCH] Trying Fix for Workflow #2 --- .github/workflows/ruby.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e6813f5..e8fec0a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -35,7 +35,5 @@ jobs: # You may pin to the exact commit or the version. # uses: niden/actions-memcached@3b3ecd9d0d035ea92db716dc1540a7dbe9e56349 uses: niden/actions-memcached@v7 - - name: Install - run: bundle install -j 4 --retry 3 - name: Run tests - run: test bundle exec rspec spec + run: RAILS_ENV=test bundle exec rspec spec