1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15: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 # Install Ruby Testing Tools
- name: Setup Ruby Testing Tools - name: Setup Ruby Testing Tools
run: | run: |
gem install rspec sudo gem install rspec
gem install rubocop -v 0.57.2 sudo gem install rubocop -v 0.57.2
# Run Tests # Run Tests
- name: Run All Unit Tests - name: Run All Unit Tests