We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cd83b commit 8075a74Copy full SHA for 8075a74
.github/workflows/ci.yml
@@ -22,10 +22,8 @@ jobs:
22
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
23
- name: Setup problem matchers for PHPUnit
24
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
25
- - name: Composer (Annotated Container)
+ - name: Composer
26
run: composer install
27
- - name: Composer (Testing Tools)
28
- run: cd tools/phpunit && composer install
29
- name: Unit Testing
30
env:
31
XDEBUG_MODE: coverage
0 commit comments