Browse Source

WIP: cache

Yuki Takei 4 years ago
parent
commit
213143c60e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -397,6 +397,7 @@ jobs:
       run: |
       run: |
         tar -xf ${{ needs.build-prod-node14.outputs.PROD_FILES }}
         tar -xf ${{ needs.build-prod-node14.outputs.PROD_FILES }}
 
 
+    # workaround by https://github.com/cypress-io/github-action/issues/407
     - name: Setup yarn cache settings
     - name: Setup yarn cache settings
       run: yarn config set cache-folder ~/.cache/yarn
       run: yarn config set cache-folder ~/.cache/yarn
 
 
@@ -405,7 +406,7 @@ jobs:
       with:
       with:
         working-directory: ./packages/app
         working-directory: ./packages/app
         install: false
         install: false
-        # install-command: npx lerna bootstrap -- --frozen-lockfile
+        install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server
         start: yarn server