Skip to content

Commit 2908367

Browse files
authored
fix CI: disabled NC ratelimiting (#350)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
1 parent 44dab63 commit 2908367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/analysis-coverage.yml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
9595
php occ config:system:set loglevel --value=1 --type=integer
9696
php occ config:system:set debug --value=true --type=boolean
97+
php occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
9798
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
9899
99100
- name: Checkout NcPyApi
@@ -222,6 +223,7 @@ jobs:
222223
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
223224
./occ config:system:set loglevel --value=0 --type=integer
224225
./occ config:system:set debug --value=true --type=boolean
226+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
225227
./occ app:enable notifications
226228
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
227229
@@ -387,6 +389,7 @@ jobs:
387389
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
388390
./occ config:system:set loglevel --value=0 --type=integer
389391
./occ config:system:set debug --value=true --type=boolean
392+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
390393
./occ app:enable notifications
391394
./occ app:enable activity
392395
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
@@ -543,6 +546,7 @@ jobs:
543546
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
544547
./occ config:system:set loglevel --value=0 --type=integer
545548
./occ config:system:set debug --value=true --type=boolean
549+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
546550
./occ app:enable activity
547551
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
548552

0 commit comments

Comments
 (0)