Updated github_ci.yml.tpl
This commit is contained in:
parent
29e0a6e4ae
commit
cba6942cca
1 changed files with 2 additions and 3 deletions
|
@ -71,10 +71,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_ENV
|
||||||
else
|
else
|
||||||
echo "::set-output name=phpunit-exists::false"
|
echo "phpunit-exists=false" >> $GITHUB_ENV
|
||||||
fi
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: [build, check-phpunit]
|
needs: [build, check-phpunit]
|
||||||
|
|
Loading…
Add table
Reference in a new issue