mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
increase the filewatch limit on github action
This commit is contained in:
parent
e0fc6ea33f
commit
3d8434aac4
3
.github/workflows/tests-cli.yml
vendored
3
.github/workflows/tests-cli.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
- name: increase filewatcher limit
|
||||
run: |
|
||||
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user