First run unit tests so they don't fail

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36781/head
Joas Schilling 2023-02-23 16:58:15 +07:00
parent 373e6325b7
commit f32804e97d
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 4 additions and 4 deletions

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