Skip to content

Commit 7c7f151

Browse files
committed
Update blank.yml
1 parent 735aced commit 7c7f151

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
docker-compose run --rm tests composer install --no-interaction
3737
- name: Generating code coverage
3838
run: |
39-
mkdir -p build/logs
4039
docker-compose run --rm tests mkdir -p build/logs
4140
docker-compose run --rm \
4241
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
4342
ls -alt build/logs
4443
- name: Send coveralls
45-
run: php vendor/bin/php-coveralls -v
44+
run: |
45+
ls -alt
46+
php vendor/bin/php-coveralls -v
4647
env:
4748
COVERALLS_RUN_LOCALLY: 1
4849
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)