We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ddf98 commit 974b8d0Copy full SHA for 974b8d0
.github/workflows/oci.yml
@@ -43,6 +43,11 @@ jobs:
43
mkdir data
44
./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
45
46
+ # Generate instance id by loading index.php
47
+ - name: Generate instance id by loading index.php
48
+ run: |
49
+ php -f index.php
50
+
51
- name: Run phpunit
52
run: |
53
cd tests && phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB --stop-on-failure --stop-on-error --debug
0 commit comments