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