Create workflow to run tests in loop for detecting flaky tests (#2547)

* Run cypress in repeat

* change node version

* install with frozen lock file
This commit is contained in:
Karolina Rakoczy 2022-11-17 13:52:58 +01:00 committed by GitHub
parent 5c1a62171d
commit a3c011c9bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,9 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Package
run: npm ci
- name: Install cypress-repeat
run: npm i -D cypress-repeat