From e59a5ac5f030e9057561e483866c091bfa5eebf9 Mon Sep 17 00:00:00 2001 From: Tyler Schloesser Date: Tue, 27 Feb 2024 09:34:50 -0800 Subject: [PATCH] update github action --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9551afb..9ffa080 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: cypress-io/github-action@v6 with: + install-command: HUSKY=0 npm ci working-directory: packages/cypress-tests prod: runs-on: ubuntu-latest