Skip to content

Commit f0e4128

Browse files
committed
Add tests run
1 parent 2e53c3f commit f0e4128

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: Tests
22

33
on: [push]
44

@@ -16,8 +16,5 @@ jobs:
1616
- name: Install dependencies
1717
run: composer install --prefer-dist --no-progress --no-suggest
1818

19-
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
20-
# Docs: https://getcomposer.org/doc/articles/scripts.md
21-
22-
# - name: Run test suite
23-
# run: composer run-script test
19+
- name: Run test suite
20+
run: composer run-script test

0 commit comments

Comments
 (0)