mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
I dont know
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
891b96b059
commit
a89136fcd3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/phpunit-oci.yml
vendored
4
.github/workflows/phpunit-oci.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
# Forward Oracle port
|
||||
ports:
|
||||
- 4444:1521/tcp
|
||||
- 1521:1521
|
||||
|
||||
# Provide healthcheck script options for startup
|
||||
options: >-
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
|
||||
- name: Set up Nextcloud
|
||||
env:
|
||||
DB_PORT: 4444
|
||||
DB_PORT: 1521
|
||||
run: |
|
||||
mkdir data
|
||||
cp tests/redis.config.php config/
|
||||
|
|
|
|||
Loading…
Reference in a new issue