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 2d04c34 commit dcbefa7Copy full SHA for dcbefa7
buildspec.yml
@@ -38,7 +38,7 @@ phases:
38
build:
39
commands:
40
- echo "🧪 Running Laravel Tests..."
41
- - php artisan test
+ - php artisan test --testsuite=Unit --stop-on-failure
42
43
- echo "✅ Build completed."
44
0 commit comments