From ad25494d8956b8383e18fcca724a75143fb83210 Mon Sep 17 00:00:00 2001 From: go-jet Date: Fri, 16 Aug 2019 12:16:12 +0200 Subject: [PATCH] Update CircleCI. --- .circleci/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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: |