Skip to content

Commit

Permalink
Ci: set config file
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Aug 17, 2023
1 parent 442ac26 commit d8be4fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -61,8 +61,10 @@ jobs:
with:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
- name: Set config
run: cp phpunit.xml.dist phpunit.xml
- name: Run PHPUnit
run: vendor/bin/phpunit --colors=always
run: vendor/bin/phpunit --colors=always --config phpunit.xml
coverage:
name: Tests coverage
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
/.idea
/.phpunit.result.cache
/composer.lock
/phpunit.xml
/build
/vendor
/tools
File renamed without changes.

0 comments on commit d8be4fb

Please sign in to comment.