Update ci.yml
This commit is contained in:
parent
770e327f1a
commit
1c3988206e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -115,7 +115,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run PHPUnit tests
|
- name: Run PHPUnit tests
|
||||||
run: |
|
run: |
|
||||||
./vendor/bin/phpunit --configuration phpunit.xml
|
wget https://phar.phpunit.de/phpunit-11.3.phar
|
||||||
|
php phpunit-11.3.phar --configuration phpunit.xml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: [build, test]
|
needs: [build, test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue