Update ci_test.yml

This commit is contained in:
komaljaved-rs 2021-07-01 15:44:59 +05:00 committed by GitHub
parent 2469f25ef4
commit 4b8e178947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Updating submodules
run: |
git submodule init
git submodule update --init --recursive
# Runs a set of commands using the runners shell
- name: Executing Script