From 68ca3500c4d726154a3330e65e3facccbdbd2970 Mon Sep 17 00:00:00 2001 From: Ellen Shapiro Date: Wed, 5 Aug 2020 22:48:55 -0500 Subject: [PATCH] [ci debug] Welp, it ain't the upload server --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4254cbf6bc..f164983f6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,10 +44,10 @@ commands: command: cd ../starwars-server && npm start name: Start StarWars Server background: true - # - run: - # command: cd SimpleUploadServer && npm install && npm start - # name: Start Upload Server - # background: true + - run: + command: cd SimpleUploadServer && npm install && npm start + name: Start Upload Server + background: true - run: command: xcodebuild clean build build-for-testing -project "Apollo.xcodeproj" -scheme "${CIRCLE_XCODE_SCHEME}" -sdk "${CIRCLE_XCODE_SDK}" -destination "${DESTINATION}" | xcpretty name: Clean and build for testing