Skip to content

Commit

Permalink
Trying Fix for Workflow locaweb#2
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanAdithya committed Oct 21, 2021
1 parent eeddd9b commit 042cbd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 042cbd8

Please sign in to comment.