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