Fix CI test
Some checks failed
Test, build and push image to registry / phpunit-tests (push) Successful in 1m58s
Test, build and push image to registry / build-image (push) Has been cancelled

This commit is contained in:
2025-11-06 23:32:29 +01:00
parent 7d26440d0c
commit a162bb2c1f

View File

@@ -14,7 +14,7 @@ jobs:
with: with:
php-version: '8.3.0' php-version: '8.3.0'
- name: Install dependencies - name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction --prefer-stable run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
- name: Run PHPUnit tests - name: Run PHPUnit tests
run: vendor/bin/phpunit --configuration phpunit.xml run: vendor/bin/phpunit --configuration phpunit.xml
build-image: build-image: