From 427d64a14a1a4c31448443ac6dc325a2e1602015 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Thu, 9 Nov 2023 12:41:03 +0100 Subject: [PATCH] test: remove an issue workaround for husky --- .github/workflows/app-e2e.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index ff75de8c83..5ca7ad825d 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -75,8 +75,6 @@ jobs: uses: actions/cache@v3 env: cache-name: cache-node-modules - # Workaround for bug https://github.com/typicode/husky/issues/991 - HUSKY: 0 with: path: node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}