Updated github_ci.yml.tpl

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

View file

@ -76,8 +76,9 @@ jobs:
echo "phpunit-exists=false" >> $GITHUB_ENV
fi
- name: Print phpunit-exists
run: echo "phpunit-exists=$phpunit-exists"
- name: Set output
id: set-output
run: echo "::set-output name=phpunit-exists::$(grep 'phpunit-exists' $GITHUB_ENV | cut -d '=' -f 2)"
test:
needs: [build, check-phpunit]