Update ci_test.yml
This commit is contained in:
parent
4b8e178947
commit
6d11dc275d
|
@ -18,6 +18,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Updating submodules
|
- name: Updating submodules
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue