Browse Source

disable running tests temporary

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

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

@@ -396,8 +396,9 @@ jobs:
       uses: cypress-io/github-action@v2
       uses: cypress-io/github-action@v2
       with:
       with:
         working-directory: ./packages/app
         working-directory: ./packages/app
-        cache-key: node_modules-cypress-base-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
+        cache-key: node_modules-cypress-base-1-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
         install-command: npx lerna bootstrap -- --frozen-lockfile
         install-command: npx lerna bootstrap -- --frozen-lockfile
+        runTests: false
         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