Skip to content

Commit

Permalink
Allow yarn.lock to change in PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Mar 20, 2023
1 parent 7c88081 commit 07aeb4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches: ['master']

env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0

jobs:
test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 07aeb4f

Please sign in to comment.