aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-23 16:58:15 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-23 16:58:15 +0100
commitf32804e97defd7f231377117fcbe758ab5cf0239 (patch)
tree39d32b7767ae4d1114270e17245c04d638e21a2c /.github
parent373e6325b7bbfb5f7cedd49392690cc2ee441c2f (diff)
downloadnextcloud-server-f32804e97defd7f231377117fcbe758ab5cf0239.tar.gz
nextcloud-server-f32804e97defd7f231377117fcbe758ab5cf0239.zip
First run unit tests so they don't fail
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index a7986115b74..34d548c7f9f 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -46,14 +46,14 @@ 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
+ - name: Run repair steps
+ run: |
+ ./occ maintenance:repair --include-expensive
+
summary:
permissions:
contents: none