From d35416565e034f1064cae7608351e2db017ffb61 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:58:51 +0300 Subject: [PATCH] test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f59e0ca..2ed7100 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,8 +4,8 @@ orbs: node: circleci/node@5.0.2 jobs: build_and_test: # this can be any name you choose + executor: node/default steps: - - executor: node/default - run: command: npm run test workflows: