Update NCC workflow

This commit is contained in:
netkas 2024-09-24 12:48:32 -04:00
parent d4f7b08714
commit 43ddda23ef

View file

@ -70,9 +70,9 @@ jobs:
id: check
run: |
if [ -f phpunit.xml ]; then
echo "::set-output name=phpunit-exists::true"
echo "phpunit-exists=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=phpunit-exists::false"
echo "phpunit-exists=false" >> $GITHUB_OUTPUT
fi
test: