summaryrefslogtreecommitdiffstats
path: root/.github/workflows/oci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/oci.yml')
-rw-r--r--.github/workflows/oci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index f3ca7ce77b1..275e1690f9d 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -51,7 +51,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, oci8, openssl, pcntl, pdo_sqlite, posix, sqlite, xml, zip
- tools: phpunit:9
coverage: none
ini-file: development
env:
@@ -59,13 +58,13 @@ jobs:
- name: Set up Nextcloud
run: |
+ composer install
mkdir data
./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: PHPUnit
- working-directory: tests
- run: phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
+ run: composer run test:db
- name: Run repair steps
run: |