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:
parent
5c1a62171d
commit
a3c011c9bf
1 changed files with 4 additions and 1 deletions
3
.github/workflows/cypress-repeat.yml
vendored
3
.github/workflows/cypress-repeat.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue