Skip to content

Commit a9b0844

Browse files
authored
Merge pull request #556 from nextcloud/fix/CI
fix: disabled RateLimiting for Nextcloud in the CI
2 parents 41b1927 + 01e0f3d commit a9b0844

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
./occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 \
106106
--database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
107107
--admin-user admin --admin-pass admin
108+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
108109
./occ app:enable notifications
109110
./occ app:enable --force ${{ env.APP_NAME }}
110111
@@ -221,6 +222,7 @@ jobs:
221222
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud \
222223
--database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
223224
--admin-user admin --admin-pass admin
225+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
224226
./occ app:enable notifications
225227
./occ app:enable --force ${{ env.APP_NAME }}
226228
@@ -336,6 +338,7 @@ jobs:
336338
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud \
337339
--database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
338340
--admin-user admin --admin-pass admin
341+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
339342
./occ config:system:set memcache.local --value "\\OC\\Memcache\\APCu" --type string
340343
./occ app:enable notifications
341344
./occ app:enable --force ${{ env.APP_NAME }}
@@ -447,6 +450,7 @@ jobs:
447450
./occ maintenance:install --verbose --database=oci --database-name=XE \
448451
--database-host=127.0.0.1 --database-port=1521 --database-user=useroracle --database-pass=userpassword \
449452
--admin-user admin --admin-pass admin
453+
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
450454
./occ app:enable --force ${{ env.APP_NAME }}
451455
./occ app:enable notifications
452456
./occ app:enable --force ${{ env.APP_NAME }}

0 commit comments

Comments
 (0)