mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
First run unit tests so they don't fail
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f27d366767
commit
75ecdd77e8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/oci.yml
vendored
8
.github/workflows/oci.yml
vendored
|
|
@ -45,14 +45,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue