Skip to content

Commit

Permalink
ci: fix System limit for number of file watchers reached
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar authored and nguyentoanit committed Oct 19, 2019
1 parent 6e1c930 commit 59657c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, lint, test and build
run: |
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
npm install
npm run lint
npm test
Expand Down

0 comments on commit 59657c9

Please sign in to comment.