Update NCC workflow
This commit is contained in:
parent
d4f7b08714
commit
43ddda23ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ncc_workflow.yml
vendored
4
.github/workflows/ncc_workflow.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue