Explorar o código

disable running tests temporary

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
fe6a1c8060
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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