[Galactica] Fix tests

This commit is contained in:
Andrés Montañez 2022-04-10 19:53:25 -03:00
parent b893e102c6
commit 0d17d6b345
No known key found for this signature in database
GPG key ID: 97E9F675F4C03DE2

View file

@ -29,7 +29,9 @@ jobs:
- name: Run tests
env:
XDEBUG_MODE: coverage
run: ./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
run:
mkdir .logs
./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
- name: Run Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -53,4 +55,6 @@ jobs:
- name: Run tests
env:
XDEBUG_MODE: coverage
run: ./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
run:
mkdir .logs
./vendor/bin/phpunit --coverage-clover build/logs/coverage.xml