Skip to content

fix CI: disabled NC ratelimiting #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
php occ config:system:set loglevel --value=1 --type=integer
php occ config:system:set debug --value=true --type=boolean
php occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &

- name: Checkout NcPyApi
Expand Down Expand Up @@ -222,6 +223,7 @@ jobs:
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
./occ config:system:set loglevel --value=0 --type=integer
./occ config:system:set debug --value=true --type=boolean
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable notifications
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &

Expand Down Expand Up @@ -387,6 +389,7 @@ jobs:
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
./occ config:system:set loglevel --value=0 --type=integer
./occ config:system:set debug --value=true --type=boolean
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable notifications
./occ app:enable activity
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
Expand Down Expand Up @@ -543,6 +546,7 @@ jobs:
--admin-user admin --admin-pass ${{ env.NC_AUTH_PASS }}
./occ config:system:set loglevel --value=0 --type=integer
./occ config:system:set debug --value=true --type=boolean
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable activity
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &

Expand Down