increase the filewatch limit on github action

This commit is contained in:
Norbert de Langen 2020-06-26 13:55:47 +02:00
parent e0fc6ea33f
commit 3d8434aac4
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -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