Update NCC workflow

This commit is contained in:
netkas 2024-09-24 12:39:49 -04:00
parent e86bc52cb7
commit 2477d81af3

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