From 8909f8ae504e9e40b524c8aaf2da46645159211d Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:55:59 +0300 Subject: [PATCH] test --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbe7303..02779aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,11 +2,11 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 jobs: - install-browser: + build_and_test: # this can be any name you choose steps: + - checkout - run: - name: test - command: npx @puppeteer/browsers install chrome@stable + command: npm run test workflows: run-cy-tests: jobs: