1 changed files with
4 additions and
3 deletions
|
|
@ -17,11 +17,12 @@ jobs:
|
|
|
|
- .
|
|
|
|
- .
|
|
|
|
workflows:
|
|
|
|
workflows:
|
|
|
|
run-cy-tests:
|
|
|
|
run-cy-tests:
|
|
|
|
jobs:
|
|
|
|
steps:
|
|
|
|
- install-browser
|
|
|
|
|
|
|
|
- run:
|
|
|
|
- run:
|
|
|
|
command: |
|
|
|
|
command: |
|
|
|
|
ls
|
|
|
|
pwd && ls
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
- install-browser
|
|
|
|
- cypress/run:
|
|
|
|
- cypress/run:
|
|
|
|
requires:
|
|
|
|
requires:
|
|
|
|
- install-browser
|
|
|
|
- install-browser
|
|
|
|