attempt 3

This commit is contained in:
Mark VanderVoord
2023-01-05 16:56:07 -05:00
parent e154536091
commit f3179c6d11
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
sudo gem install bundler
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
bundle --no-cache install
bundle install --no-cache
# Run Tests
- name: Run All Unit Tests