Update ci_test.yml

This commit is contained in:
komaljaved-rs 2021-07-01 16:01:38 +05:00 committed by GitHub
parent 4b8e178947
commit 6d11dc275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: |