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/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
./occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 \
--database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
--admin-user admin --admin-pass admin
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable notifications
./occ app:enable --force ${{ env.APP_NAME }}

Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud \
--database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
--admin-user admin --admin-pass admin
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable notifications
./occ app:enable --force ${{ env.APP_NAME }}

Expand Down Expand Up @@ -336,6 +338,7 @@ jobs:
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud \
--database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword \
--admin-user admin --admin-pass admin
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ config:system:set memcache.local --value "\\OC\\Memcache\\APCu" --type string
./occ app:enable notifications
./occ app:enable --force ${{ env.APP_NAME }}
Expand Down Expand Up @@ -447,6 +450,7 @@ jobs:
./occ maintenance:install --verbose --database=oci --database-name=XE \
--database-host=127.0.0.1 --database-port=1521 --database-user=useroracle --database-pass=userpassword \
--admin-user admin --admin-pass admin
./occ config:system:set ratelimit.protection.enabled --value=false --type=boolean
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:enable notifications
./occ app:enable --force ${{ env.APP_NAME }}
Expand Down