Updated github_ci.yml.tpl

This commit is contained in:
netkas 2024-09-24 12:39:36 -04:00
parent e225add40b
commit 9136396700

View file

@ -76,6 +76,9 @@ jobs:
echo "phpunit-exists=false" >> $GITHUB_ENV
fi
- name: Print phpunit-exists
run: echo "phpunit-exists=$phpunit-exists"
test:
needs: [build, check-phpunit]
runs-on: ubuntu-latest