Updated github_ci.yml.tpl
This commit is contained in:
parent
e225add40b
commit
9136396700
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ jobs:
|
||||||
echo "phpunit-exists=false" >> $GITHUB_ENV
|
echo "phpunit-exists=false" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Print phpunit-exists
|
||||||
|
run: echo "phpunit-exists=$phpunit-exists"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: [build, check-phpunit]
|
needs: [build, check-phpunit]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue