From a3c011c9bf171d074f75bbf513f2e500d37245bd Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Thu, 17 Nov 2022 13:52:58 +0100 Subject: [PATCH] Create workflow to run tests in loop for detecting flaky tests (#2547) * Run cypress in repeat * change node version * install with frozen lock file --- .github/workflows/cypress-repeat.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-repeat.yml b/.github/workflows/cypress-repeat.yml index c3029551c..062ab8d73 100644 --- a/.github/workflows/cypress-repeat.yml +++ b/.github/workflows/cypress-repeat.yml @@ -35,7 +35,10 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" - + + - name: Package + run: npm ci + - name: Install cypress-repeat run: npm i -D cypress-repeat