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
5
.github/workflows/cypress-repeat.yml
vendored
5
.github/workflows/cypress-repeat.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue