Skip to content
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