Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit b90e6fb

Browse files
committed
ci: improvements
1 parent 79a0036 commit b90e6fb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test-unit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: composer update --prefer-stable --no-interaction --no-progress --ansi
3838

39-
- name: Install docs dependencies
40-
run: cd tools/docs && composer update --prefer-stable --no-interaction --no-progress --ansi && cd ../../
41-
4239
- name: Execute PEST tests
43-
run: composer test:unit:ci
40+
run: composer test:unit:coverage
4441

4542
- name: Upload coverage reports to Codecov
4643
uses: codecov/codecov-action@4650159d642e33fdc30954ca22638caf0df6cac8 # v5.4.3

0 commit comments

Comments
 (0)