Skip to content

Commit 8075a74

Browse files
committed
remove tools install ci step
1 parent 88cd83b commit 8075a74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
2323
- name: Setup problem matchers for PHPUnit
2424
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
25-
- name: Composer (Annotated Container)
25+
- name: Composer
2626
run: composer install
27-
- name: Composer (Testing Tools)
28-
run: cd tools/phpunit && composer install
2927
- name: Unit Testing
3028
env:
3129
XDEBUG_MODE: coverage

0 commit comments

Comments
 (0)