Updated github_ci.yml.tpl

This commit is contained in:
netkas 2024-09-24 12:37:19 -04:00
parent 33865d7e48
commit e225add40b

View file

@ -74,6 +74,7 @@ jobs:
echo "phpunit-exists=true" >> $GITHUB_ENV
else
echo "phpunit-exists=false" >> $GITHUB_ENV
fi
test:
needs: [build, check-phpunit]