1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Do we need to be admin to install gems?

This commit is contained in:
Mark VanderVoord
2021-01-16 20:19:29 -05:00
parent ffb51ecb7e
commit 9e7c259822

View File

@@ -19,8 +19,8 @@ jobs:
# Install Ruby Testing Tools
- name: Setup Ruby Testing Tools
run: |
gem install rspec
gem install rubocop -v 0.57.2
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
# Run Tests
- name: Run All Unit Tests