From 93dc058a705ee1d6cf21c25bc74cd171d6537af6 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 12 Nov 2021 11:24:02 +0100 Subject: [PATCH] more sync --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b18dd86f37..c1f8e43167 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,6 +123,8 @@ jobs: - restore_cache: keys: - v1-deps-{{ checksum "package-lock.json" }} + - run: git submodule sync --recursive + - run: git submodule update --recursive --init - run: name: Start Selenium command: npx selenium-standalone install && npx selenium-standalone start @@ -158,6 +160,8 @@ jobs: - restore_cache: keys: - v1-deps-{{ checksum "package-lock.json" }} + - run: git submodule sync --recursive + - run: git submodule update --recursive --init - run: name: Start Selenium command: npx selenium-standalone install && npx selenium-standalone start @@ -193,6 +197,8 @@ jobs: - restore_cache: keys: - v1-deps-{{ checksum "package-lock.json" }} + - run: git submodule sync --recursive + - run: git submodule update --recursive --init - run: name: Start Selenium command: npx selenium-standalone install && npx selenium-standalone start @@ -228,6 +234,8 @@ jobs: - restore_cache: keys: - v1-deps-{{ checksum "package-lock.json" }} + - run: git submodule sync --recursive + - run: git submodule update --recursive --init - run: name: Start Selenium command: npx selenium-standalone install && npx selenium-standalone start @@ -304,6 +312,8 @@ jobs: name: Start Selenium command: npx selenium-standalone install && npx selenium-standalone start background: true + - run: git submodule sync --recursive + - run: git submodule update --recursive --init - run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh - store_test_results: path: ./reports/tests