Skip to content

Commit d4955a8

Browse files
authored
test ulimit override through runner
1 parent 05e98e5 commit d4955a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_local_integration.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555

56+
- name: "Update inotify ulimit"
57+
run: |
58+
sudo sysctl fs.inotify.max_user_watches=524288
59+
sudo sysctl fs.inotify.max_user_instances=512
60+
5661
- name: Setup runner for local deployment
5762
uses: ./.github/actions/setup-local
5863

0 commit comments

Comments
 (0)