Skip to content

Commit 974b8d0

Browse files
committed
Load index.php to generate an instance ID
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 77ddf98 commit 974b8d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/oci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
mkdir data
4444
./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
4545
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+
4651
- name: Run phpunit
4752
run: |
4853
cd tests && phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB --stop-on-failure --stop-on-error --debug

0 commit comments

Comments
 (0)