Caption in english
Some checks failed
Test, build and push image to registry / phpunit-tests (push) Failing after 1m31s
Test, build and push image to registry / build-image (push) Has been skipped

This commit is contained in:
2025-11-06 17:40:28 +01:00
parent 266d444922
commit 45a40ae999
2 changed files with 2 additions and 1 deletions

View File

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