Skip to content

Commit 68b941c

Browse files
committed
Github Actions: make sure config.php exists
1 parent 9e42c47 commit 68b941c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
- name: Run tests
3232
run: |
3333
composer validate
34+
cp www/config.php.sample www/config.php
3435
./vendor/bin/phpunit --display-warnings test/

0 commit comments

Comments
 (0)