|
|
@@ -396,13 +396,13 @@ jobs:
|
|
|
uses: cypress-io/github-action@v2
|
|
|
with:
|
|
|
working-directory: ./packages/app
|
|
|
- cache-key: node_modules-cypress-base-1-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
+ cache-key: node_modules-cypress-base-2-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
install-command: npx lerna bootstrap -- --frozen-lockfile
|
|
|
runTests: false
|
|
|
- build: |
|
|
|
- cp config/ci/.env.local.for-ci .env.production.local
|
|
|
- start: yarn server
|
|
|
- wait-on: 'http://localhost:3000'
|
|
|
+ # build: |
|
|
|
+ # cp config/ci/.env.local.for-ci .env.production.local
|
|
|
+ # start: yarn server
|
|
|
+ # wait-on: 'http://localhost:3000'
|
|
|
env:
|
|
|
MONGO_URI: mongodb://mongodb:27017/growi-vrt
|
|
|
|