Skip to content

Commit bb37318

Browse files
committed
add test in workflow
1 parent accb1e3 commit bb37318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: composer install --prefer-dist --no-progress
3434

35+
- name: Test
36+
run: php .\vendor\bin\pest
37+
3538
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3639
# Docs: https://getcomposer.org/doc/articles/scripts.md
3740

0 commit comments

Comments
 (0)