We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e42c47 commit 68b941cCopy full SHA for 68b941c
.github/workflows/ci.yml
@@ -31,4 +31,5 @@ jobs:
31
- name: Run tests
32
run: |
33
composer validate
34
+ cp www/config.php.sample www/config.php
35
./vendor/bin/phpunit --display-warnings test/
0 commit comments