]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Run repair steps against Oracle DB
authorJoas Schilling <coding@schilljs.com>
Mon, 20 Feb 2023 12:34:44 +0000 (13:34 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 28 Feb 2023 08:12:39 +0000 (09:12 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/workflows/oci.yml

index 8d09578cf4e2e4a50a5908d0c1296ec53fa18577..bd54b64e6581b5cb8abdaf3e243effba64846a34 100644 (file)
@@ -50,6 +50,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