1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

no watchers during testing

This commit is contained in:
lana-k
2021-01-14 18:12:59 +01:00
parent b55dec55ee
commit badcefc4f7
2 changed files with 1 additions and 4 deletions

View File

@@ -23,10 +23,6 @@ jobs:
- name: Install the project
run: npm install
- name: Fix watchers amount
run: echo fs.inotify.max_user_watches=524288 |
sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- name: Run lint
run: npm run lint