From fba062df793f1274b7f4aa6da6bc69954b1c76fb Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:39:34 +0100 Subject: [PATCH] refactor(workflows): always install cypress before testing Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e187a1a4..e138f389 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -82,8 +82,4 @@ jobs: run: pnpm run build --cache-dir=.turbo - name: Run tests 🧪 - uses: cypress-io/github-action@v5 - with: - install: false - working-directory: e2e - component: true + run: pnpm cypress install && pnpm run test --cache-dir=.turbo