Skip to content

Commit af6e0c9

Browse files
committed
Code build fix
1 parent 99a43d0 commit af6e0c9

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
@@ -30,7 +30,7 @@ phases:
3030
build:
3131
commands:
3232
- echo "🧪 Running Laravel Tests..."
33-
- php artisan test || true # You can fail the build if test fails
33+
- php artisan test
3434

3535
- echo "✅ Build completed."
3636

0 commit comments

Comments
 (0)