Skip to content

Commit d8d76a3

Browse files
committed
Update CI workflow to run Pest tests using composer command
1 parent af2f118 commit d8d76a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer install --no-progress --prefer-dist --no-interaction
3737

3838
- name: Run Pest
39-
run: ./vendor/bin/pest --ci
39+
run: composer test
4040

4141
php-cs-fixer:
4242
name: PHP CS Fixer

0 commit comments

Comments
 (0)