mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-10 13:17:51 +00:00
when we checkout the project, do it recursively so we get unity for our tests. :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user