Update NCC workflow

This commit is contained in:
netkas 2024-09-24 12:42:25 -04:00
parent 2477d81af3
commit e333821450

View file

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