We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8d095 commit 1a01ebeCopy full SHA for 1a01ebe
.github/workflows/php.yml
@@ -33,7 +33,7 @@ jobs:
33
run: composer install --prefer-dist --no-progress
34
35
- name: Test
36
- run: php .\vendor\bin\pest
+ 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
0 commit comments