Updated github_ci.yml.tpl

This commit is contained in:
netkas 2024-09-24 12:48:16 -04:00
parent 51bdb22540
commit 8ceb6756a4

View file

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