Browse Source

WIP: cache

Yuki Takei 4 năm trước cách đây
mục cha
commit
266173dfcb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/ci.yml

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

@@ -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: |