mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(CI): Run repair steps against Oracle DB
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
00a7478d8d
commit
b0e2a296ff
1 changed files with 4 additions and 0 deletions
4
.github/workflows/oci.yml
vendored
4
.github/workflows/oci.yml
vendored
|
|
@ -46,6 +46,10 @@ jobs:
|
|||
./occ maintenance:install --verbose --database=oci --database-name=XE --database-host=127.0.0.1 --database-port=1521 --database-user=autotest --database-pass=owncloud --admin-user admin --admin-pass admin
|
||||
php -f index.php
|
||||
|
||||
- name: Run repair steps
|
||||
run: |
|
||||
./occ maintenance:repair --include-expensive
|
||||
|
||||
- name: PHPUnit
|
||||
working-directory: tests
|
||||
run: phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
|
||||
|
|
|
|||
Loading…
Reference in a new issue