Skip to content

Commit dcbefa7

Browse files
committed
Code build fix
1 parent 2d04c34 commit dcbefa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ phases:
3838
build:
3939
commands:
4040
- echo "🧪 Running Laravel Tests..."
41-
- php artisan test
41+
- php artisan test --testsuite=Unit --stop-on-failure
4242

4343
- echo "✅ Build completed."
4444

0 commit comments

Comments
 (0)