Need project present before running bundler.

This commit is contained in:
Mark VanderVoord
2021-01-16 21:21:51 -05:00
parent c4842fad0c
commit 45920ed724
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -21,6 +21,10 @@ jobs:
run: |
sudo apt-get install --assume-yes --quiet gcc-multilib
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v2
# Install Ruby Testing Tools
- name: Setup Ruby Testing Tools
run: |
@@ -29,10 +33,6 @@ jobs:
sudo gem install rubocop -v 0.57.2
bundle install
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v2
# Run Tests
- name: Run All Unit Tests
run: |
+1
View File
@@ -1,6 +1,7 @@
test/system/build
test/system/generated
*.sublime-project
*.sublime-workspace
Gemfile.lock
.rake_t_cache
.DS_Store