From e43a0d141d4237dd4ac596e907994619936edb3d Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 19 Mar 2021 19:19:56 +0530 Subject: [PATCH] chore: Ignore cypress setup for server tests --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 665e7b6c10..ffc9cf6b73 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -101,6 +101,7 @@ jobs: ${{ runner.os }}-yarn- - name: Cache cypress binary + if: matrix.TYPE == 'ui' uses: actions/cache@v2 with: path: ~/.cache