From 7f7ad02a07584a3f72b8c613c3bda5d24c6160b3 Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Tue, 15 Aug 2023 11:59:25 +0200 Subject: [PATCH] chore: only install needed deps --- .github/workflows/actions/test-setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions/test-setup/action.yml b/.github/workflows/actions/test-setup/action.yml index a31372cf44..388ed10fa8 100644 --- a/.github/workflows/actions/test-setup/action.yml +++ b/.github/workflows/actions/test-setup/action.yml @@ -5,6 +5,7 @@ runs: steps: - name: Install Dependencies run: npm install + working-directory: ./test shell: bash - name: Install Cypress