|
@@ -406,7 +406,8 @@ jobs:
|
|
|
uses: cypress-io/github-action@v2
|
|
uses: cypress-io/github-action@v2
|
|
|
with:
|
|
with:
|
|
|
working-directory: ./packages/app
|
|
working-directory: ./packages/app
|
|
|
- install-command: npx lerna bootstrap -- --frozen-lockfile
|
|
|
|
|
|
|
+ install: false
|
|
|
|
|
+ # install-command: npx lerna bootstrap -- --frozen-lockfile
|
|
|
runTests: false
|
|
runTests: false
|
|
|
# WIP
|
|
# WIP
|
|
|
# build: |
|
|
# build: |
|