From 2095526e5b6f94cf7bf2f568836c6cbd1c23c0ef Mon Sep 17 00:00:00 2001 From: Plakhota <90543395+Plakhota@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:21:14 +0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5200203..048eda1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,5 +28,5 @@ jobs: 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 + npm test