wip
This commit is contained in:
parent
04626eb1ee
commit
ae0bb7727b
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@
|
|||
"docker rm $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)",
|
||||
], $host);
|
||||
|
||||
throw_if(
|
||||
$activity->getExtraProperty('exitCode') !== 0,
|
||||
new RuntimeException($activity->description),
|
||||
);
|
||||
|
||||
expect($activity->getExtraProperty('exitCode'))->toBe(0);
|
||||
|
||||
// Assert there's no containers start with coolify_test_*
|
||||
|
|
|
|||
Loading…
Reference in a new issue