|
|
@@ -383,7 +383,7 @@ jobs:
|
|
|
uses: cypress-io/github-action@v2
|
|
|
with:
|
|
|
working-directory: ./packages/app
|
|
|
- cache-key: node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
+ cache-key: node_modules-cypress-base-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
install-command: npx lerna bootstrap -- --frozen-lockfile
|
|
|
build: |
|
|
|
cp config/ci/.env.local.for-ci .env.production.local
|