mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
no watchers during testing
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user