Updated github_ci.yml.tpl

This commit is contained in:
netkas 2024-09-24 12:32:27 -04:00
parent 29e0a6e4ae
commit cba6942cca

View file

@ -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]