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 5b8c560 commit 6085f91Copy full SHA for 6085f91
.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
91
SESSION_DRIVER: array
92
TTY: true
93
94
- run: vendor/bin/pest
+ run: vendor/bin/pest --no-parallel
95
96
- name: Execute Code Sniffer via Laravel Pint
97
run: vendor/bin/pint --test src config
0 commit comments