when we checkout the project, do it recursively so we get unity for our tests. :)

This commit is contained in:
Mark VanderVoord
2021-01-16 21:33:19 -05:00
parent 45920ed724
commit 03acc531bf
2 changed files with 10 additions and 3 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo
uses: actions/checkout@v2
with:
submodules: recursive
# Install Ruby Testing Tools
- name: Setup Ruby Testing Tools