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 99a43d0 commit af6e0c9Copy full SHA for af6e0c9
buildspec.yml
@@ -30,7 +30,7 @@ phases:
30
build:
31
commands:
32
- echo "🧪 Running Laravel Tests..."
33
- - php artisan test || true # You can fail the build if test fails
+ - php artisan test
34
35
- echo "✅ Build completed."
36
0 commit comments