From 4c14f49f498d2e26130be84d0b0c6141bc53d6f6 Mon Sep 17 00:00:00 2001 From: Plakhota <90543395+Plakhota@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:36:05 +0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5200203..6b6d645 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,4 @@ jobs: echo ${APPLITOOLS_BATCH_ID} echo ${APPLITOOLS_BRANCH_NAME} export APPLITOOLS_BRANCH_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/$CIRCLE_BRANCH - curl -v -L -d '' -X POST "eyesapi.applitools.com/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$CIRCLE_SHA1&BranchName=$APPLITOOLS_BRANCH_NAME" - APPLITOOLS_DONT_CLOSE_BATCHES=false npm test