Tweak CI output

This commit is contained in:
Fabien Potencier
2024-01-25 09:27:05 +01:00
parent 5d5ea62171
commit 4cb7a2464f
+4 -3
View File
@@ -92,7 +92,8 @@ jobs:
- name: "Add PHPUnit matcher"
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- run: composer install
- name: "Composer install Twig"
run: composer install
- name: "Install PHPUnit"
run: vendor/bin/simple-phpunit install
@@ -100,11 +101,11 @@ jobs:
- name: "PHPUnit version"
run: vendor/bin/simple-phpunit --version
- name: "Composer install"
- name: "Composer install ${{ matrix.extension}}"
working-directory: ${{ matrix.extension}}
run: composer install
- name: "Run tests"
- name: "Run tests for ${{ matrix.extension}}"
working-directory: ${{ matrix.extension}}
run: ../../vendor/bin/simple-phpunit