Yuki Takei 4 tahun lalu
induk
melakukan
213143c60e
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .github/workflows/ci.yml

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

@@ -397,6 +397,7 @@ jobs:
       run: |
         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
       run: yarn config set cache-folder ~/.cache/yarn
 
@@ -405,7 +406,7 @@ jobs:
       with:
         working-directory: ./packages/app
         install: false
-        # install-command: npx lerna bootstrap -- --frozen-lockfile
+        install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server