mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
Add testing to .dockerignore and update composer test scripts
This commit is contained in:
parent
fbf121553f
commit
a48fd7bb11
@@ -5,5 +5,6 @@ www/storage/logs/*
|
||||
www/storage/framework/cache/*
|
||||
www/storage/framework/sessions/*
|
||||
www/storage/framework/views/*
|
||||
www/storage/framework/testing
|
||||
www/public/storage
|
||||
www/public/games
|
||||
|
||||
+2
-1
@@ -50,7 +50,8 @@
|
||||
],
|
||||
"test": [
|
||||
"@php artisan config:clear --ansi",
|
||||
"@php artisan test"
|
||||
"@php artisan test",
|
||||
"@php ./vendor/bin/pint --test"
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user