Updated github_ci.yml.tpl
This commit is contained in:
parent
51bdb22540
commit
8ceb6756a4
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ jobs:
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
if [ -f phpunit.xml ]; then
|
if [ -f phpunit.xml ]; then
|
||||||
echo "::set-output name=phpunit-exists::true"
|
echo "phpunit-exists=true" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "::set-output name=phpunit-exists::false"
|
echo "phpunit-exists=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue