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