소스 검색

disable running tests temporary

Yuki Takei 4 년 전
부모
커밋
fe6a1c8060
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/ci.yml

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

@@ -396,8 +396,9 @@ jobs:
       uses: cypress-io/github-action@v2
       with:
         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
+        runTests: false
         build: |
           cp config/ci/.env.local.for-ci .env.production.local
         start: yarn server