Skip to content

Commit b53bfb7

Browse files
committed
rename workflow to CI
1 parent 672f3fc commit b53bfb7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php.yml

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

33
on:
44
push:
@@ -29,8 +29,5 @@ jobs:
2929
- name: Install dependencies
3030
run: composer install --prefer-dist --no-progress
3131

32-
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
33-
# Docs: https://getcomposer.org/doc/articles/scripts.md
34-
3532
- name: Run test suite
3633
run: composer run-script test

0 commit comments

Comments
 (0)