Skip to content

Commit 483bae3

Browse files
committed
ci(Unit Tests): add new step to show the grabbed PHPUnit version.
1 parent f2f24cf commit 483bae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
id: phpunit_version
136136
run: echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
137137

138+
- name: "DEBUG: Show grabbed PHPUnit version"
139+
run: echo ${{ steps.phpunit_version.outputs.VERSION }}
140+
138141
- name: Determine PHPUnit config file to use
139142
id: phpunit_config
140143
shell: bash

0 commit comments

Comments
 (0)