automation

This commit is contained in:
2022-04-08 01:20:03 +05:30
parent 5f1083731c
commit 9afac36a7a
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_example":0.002,"Tests\\Feature\\ExampleTest::test_example":0.15}}
+4
View File
@@ -18,3 +18,7 @@ Route::get('/', function () {
}); });
Route::resource('games', 'GameController'); Route::resource('games', 'GameController');
Route::get('/hello', function () {
return 'create';
});
+1 -1
View File
@@ -7,7 +7,7 @@ services:
uid: 1000 uid: 1000
context: ./app context: ./app
dockerfile: Dockerfile dockerfile: Dockerfile
image: frontend image: buzzerburger/test
container_name: app container_name: app
restart: unless-stopped restart: unless-stopped
working_dir: /var/www/ working_dir: /var/www/