Skip to content

Commit 1791868

Browse files
committed
Add phpunit to pipeline
1 parent f1905f3 commit 1791868

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests-phpunit.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: Run test suite
36+
run: vendor/bin/phpunit tests

0 commit comments

Comments
 (0)