Skip to content

Commit

Permalink
Merge pull request #76 from mtmail/fix-github-action
Browse files Browse the repository at this point in the history
Github Actions: make sure config.php exists
  • Loading branch information
Zverik authored Jun 17, 2024
2 parents 9e42c47 + 68b941c commit 790e0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Run tests
run: |
composer validate
cp www/config.php.sample www/config.php
./vendor/bin/phpunit --display-warnings test/

0 comments on commit 790e0d6

Please sign in to comment.