Update NCC workflow to use new GitHub environment syntax
This commit is contained in:
parent
23790bd189
commit
b9e942635a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ncc_workflow.yml
vendored
5
.github/workflows/ncc_workflow.yml
vendored
|
@ -71,10 +71,9 @@ jobs:
|
|||
id: check
|
||||
run: |
|
||||
if [ -f phpunit.xml ]; then
|
||||
echo "::set-output name=phpunit-exists::true"
|
||||
echo "phpunit-exists=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "::set-output name=phpunit-exists::false"
|
||||
fi
|
||||
echo "phpunit-exists=false" >> $GITHUB_ENV
|
||||
|
||||
test:
|
||||
needs: [build, check-phpunit]
|
||||
|
|
Loading…
Add table
Reference in a new issue