Updated github_ci.yml.tpl
This commit is contained in:
parent
cba6942cca
commit
33865d7e48
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: php:8.3
|
||||
if: needs.check-phpunit.outputs.phpunit-exists == 'true'
|
||||
if: ${{ needs.check-phpunit.outputs.phpunit-exists == 'true' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Reference in a new issue