diff --git a/.circleci/config.yml b/.circleci/config.yml index 94eaa24..f63d211 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,6 +30,14 @@ jobs: steps: - checkout + -run: + name: Submodule init + command: | + git submodule init + git submodule update + cd ./tests/init/data && git fetch && git checkout master + + - run: name: Install dependencies command: | @@ -119,6 +127,13 @@ jobs: steps: - checkout + -run: + name: Submodule init + command: | + git submodule init + git submodule update + cd ./tests/init/data && git fetch && git checkout master + - run: name: Install dependencies command: |