Skip to content

Commit f367cb2

Browse files
committed
bug fix
1 parent 2954fd0 commit f367cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Composer Install
2626
run: composer install
2727

28-
- Running Tests
28+
- name: Running Tests
2929
run: |
3030
mkdir -p build/logs
3131
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

0 commit comments

Comments
 (0)