Skip to content

Commit 0666c5a

Browse files
committed
Add workflow displatch
1 parent c7ea9fd commit 0666c5a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: PHP Composer
1+
name: PHP Unitary
22

33
on:
44
push:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read
@@ -29,8 +30,5 @@ jobs:
2930
- name: Install dependencies
3031
run: composer install --prefer-dist --no-progress
3132

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

0 commit comments

Comments
 (0)