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

@ -35,7 +35,10 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
- name: Package
run: npm ci
- name: Install cypress-repeat - name: Install cypress-repeat
run: npm i -D cypress-repeat run: npm i -D cypress-repeat