[Galactica] Fix tests

This commit is contained in:
Andrés Montañez 2022-04-10 20:00:47 -03:00
parent 0d17d6b345
commit b80efc1e09
No known key found for this signature in database
GPG Key ID: 97E9F675F4C03DE2
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Run tests
env:
XDEBUG_MODE: coverage
run:
run: |
mkdir .logs
./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
- name: Run Coveralls
@ -55,6 +55,6 @@ jobs:
- name: Run tests
env:
XDEBUG_MODE: coverage
run:
run: |
mkdir .logs
./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml