From 3b5f60e382f0a33688825dc04357d1ca2a2848f0 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 16:33:33 +0300 Subject: [PATCH] Fix indentation --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eae6e9f..18160ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,8 @@ jobs: name: Install Dependencies command: scripts/install.ios.sh - run: - name: npm install - command: npm install + name: npm install + command: npm install - run: name: Detox iOS CI command: 'npm run test-e2e-ios-release' \ No newline at end of file -- 2.26.2