Skip to content

Commit 1a01ebe

Browse files
committed
fix tests
1 parent ce8d095 commit 1a01ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: composer install --prefer-dist --no-progress
3434

3535
- name: Test
36-
run: php .\vendor\bin\pest
36+
run: php vendor/bin/pest
3737

3838
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3939
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)