Skip to content

Commit 01383c3

Browse files
Change name and add comment regarding test script
1 parent c2600f2 commit 01383c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ci/php.yml

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

33
on: [push]
44

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

19-
- name: Run test suite (requires test script to be defined in composer.json)
20-
run: composer run-script test
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

0 commit comments

Comments
 (0)