From 3ef5ca6f2fafbaa6ca7bd4a346478c1b32e31052 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 19 Jul 2021 20:34:25 +0300 Subject: [PATCH] small mod --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61d1901..5b87249 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ workflows: build: jobs: - cypress/install: - build: 'npm install' # run a custom app build step + build: 'npm install' - cypress/run: requires: - cypress/install