Skip to content

Commit 2c397d0

Browse files
committed
ci: #25 acceptance test
1 parent 47b5506 commit 2c397d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
- name: PHPMD
3333
run: ./vendor/bin/phpmd . text phpmd.xml --exclude vendor
3434

35-
- name: Test
35+
- name: Unit Test
3636
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover coverage.xml --coverage-filter src/ tests/Unit
3737

38+
- name: Acceptance Test
39+
run: ./vendor/bin/phpunit tests/Acceptance
40+
3841
- name: codecov
3942
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)