2nd attempt to work around bundler headaches.

This commit is contained in:
Mark VanderVoord
2023-01-05 16:52:11 -05:00
parent d7a6015f9c
commit e154536091
+1 -2
View File
@@ -34,8 +34,7 @@ jobs:
sudo gem install bundler
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
rm -rf ~/.bundle
bundle install
bundle --no-cache install
# Run Tests
- name: Run All Unit Tests