fix(CI): Run repair steps against Oracle DB

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36781/head
Joas Schilling 2023-02-20 13:34:44 +07:00
parent 00a7478d8d
commit b0e2a296ff
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 4 additions and 0 deletions

@ -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