We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accb1e3 commit bb37318Copy full SHA for bb37318
.github/workflows/php.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install dependencies
33
run: composer install --prefer-dist --no-progress
34
35
+ - name: Test
36
+ run: php .\vendor\bin\pest
37
+
38
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
39
# Docs: https://getcomposer.org/doc/articles/scripts.md
40
0 commit comments