Skip to content

Commit 2320b84

Browse files
committed
ci: utilize test wrapper script definition in CI
Signed-off-by: Tom Carrio <[email protected]>
1 parent 0d4e1cb commit 2320b84

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/php-ci.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,12 @@ jobs:
7979
- name: Run PHPUnit (unit tests)
8080
working-directory: ${{ matrix.project-dir }}
8181
run: |
82-
composer run dev:test:unit:setup
83-
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover --testsuite unit
84-
composer run dev:test:unit:teardown
82+
composer run dev:test:unit
8583
8684
- name: Run PHPUnit (integration tests)
8785
working-directory: ${{ matrix.project-dir }}
8886
run: |
89-
composer run dev:test:integration:setup
90-
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover --testsuite integration
91-
composer run dev:test:integration:teardown
87+
composer run dev:test:integration
9288
9389
### TODO: Enable codecov support
9490
# - name: Code Coverage

0 commit comments

Comments
 (0)