Skip to content

Commit 6de1daf

Browse files
committed
Github test workflow: run plain phpunit command.
When --coverage-text is added, phpdbg of OS installed version is used, thus it ignores version matrix, #62
1 parent 42d0a07 commit 6de1daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ jobs:
113113
"$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
114114
"$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
115115
moodle-plugin-ci phpdoc
116-
moodle-plugin-ci phpunit --coverage-text
116+
moodle-plugin-ci phpunit
117117
moodle-plugin-ci behat --profile default
118118
moodle-plugin-ci behat --profile chrome

0 commit comments

Comments
 (0)