mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
Accurate deployment statuses (#168)
This commit is contained in:
@ -49,7 +49,7 @@ public function test_update_deployment_script()
|
||||
|
||||
public function test_deploy(): void
|
||||
{
|
||||
SSH::fake();
|
||||
SSH::fake('fake output');
|
||||
Http::fake([
|
||||
'github.com/*' => Http::response([
|
||||
'sha' => '123',
|
||||
|
Reference in New Issue
Block a user