Skip to content

Commit becd4da

Browse files
committed
test: isolate Windows lifecycle from unavailable Docker
1 parent 2f34dd5 commit becd4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phase-acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
'@SpringBootApplication',
206206
'public class InstallerSmokeApplication {}'
207207
) -join "`n") + "`n", $utf8)
208-
& $binary init --yes --dir $fixture
208+
& $binary init --yes --no-docker --dir $fixture
209209
& $binary reset --yes --dir $fixture
210210
if (Test-Path -LiteralPath (Join-Path $fixture 'contexa\manifest.json')) { throw 'reset left manifest behind' }
211211
$env:CONTEXA_INSTALL_ACTION = 'uninstall'

0 commit comments

Comments
 (0)