Skip to content

Commit 4fe2f71

Browse files
committed
github action tests
1 parent 245d2ca commit 4fe2f71

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ jobs:
3232
- name: Install dependencies
3333
run: composer install --prefer-dist --no-progress
3434

35-
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36-
# Docs: https://getcomposer.org/doc/articles/scripts.md
37-
38-
# - name: Run test suite
39-
# run: composer run-script test
35+
- name: Unit Tests
36+
run: vendor/bin/phpunit --colors=always --verbose

0 commit comments

Comments
 (0)