Skip to content

Commit ffcc021

Browse files
committed
Rename ci configuration
1 parent e5b9fc4 commit ffcc021

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/blank.yml renamed to .github/workflows/build-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
docker-compose run --rm tests composer install --no-interaction
3737
- name: Generating code coverage
3838
run: |
39-
docker-compose run --rm tests mkdir -p build/logs
39+
mkdir -p build/logs
4040
docker-compose run --rm \
4141
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
42-
ls -alt build/logs
4342
- name: Send coveralls
4443
run: |
4544
ls -alt

0 commit comments

Comments
 (0)