Update NCC workflow

This commit is contained in:
netkas 2024-09-24 12:37:51 -04:00
parent 7a43c6623a
commit e86bc52cb7

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]