diff --git a/.circleci/config.yml b/.circleci/config.yml index d32a49f..2f99e85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: steps: - checkout - -run: + - run: name: Submodule init command: | git submodule init @@ -128,11 +128,11 @@ jobs: - checkout - run: - name: Submodule init - command: | - git submodule init - git submodule update - cd ./tests/init/data && git fetch && git checkout master + name: Submodule init + command: | + git submodule init + git submodule update + cd ./tests/init/data && git fetch && git checkout master - run: name: Install dependencies