Skip to content

Commit

Permalink
test: remove an issue workaround for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 9, 2023
1 parent 8831d1b commit 427d64a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 427d64a

Please sign in to comment.