Skip to content

Commit c8fd658

Browse files
committed
Fix steps names
1 parent fd4396c commit c8fd658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
max_attempts: 5
3636
command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress --ansi
3737

38-
- name: Execute tests
38+
- name: Run tests
3939
run: vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
4040

41-
- name: Tests coverage
41+
- name: Code coverage
4242
uses: codecov/codecov-action@v1
4343
with:
4444
file: ./build/logs/clover.xml

0 commit comments

Comments
 (0)