Skip to content

Commit

Permalink
Fixed tests when running in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 29, 2023
1 parent 9987ef7 commit d10f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: composer require laravel/framework:^${{ matrix.laravel }} --prefer-${{ matrix.prefer }}

- name: Execute tests
run: composer test
run: php vendor/bin/pest --compact

0 comments on commit d10f5a4

Please sign in to comment.