mirror of
https://github.com/andres-montanez/Magallanes
synced 2026-03-14 20:55:48 +01:00
[Galactica] Fix tests
This commit is contained in:
parent
0d17d6b345
commit
b80efc1e09
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue