Updated github_ci.yml.tpl
This commit is contained in:
parent
9136396700
commit
36d8e6f8c6
1 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,9 @@ jobs:
|
|||
echo "phpunit-exists=false" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Print phpunit-exists
|
||||
run: echo "phpunit-exists=$phpunit-exists"
|
||||
- name: Set output
|
||||
id: set-output
|
||||
run: echo "::set-output name=phpunit-exists::$(grep 'phpunit-exists' $GITHUB_ENV | cut -d '=' -f 2)"
|
||||
|
||||
test:
|
||||
needs: [build, check-phpunit]
|
||||
|
|
Loading…
Add table
Reference in a new issue