From f38714d40ffa0c1a885016e8fdfbca46aff4108f Mon Sep 17 00:00:00 2001 From: Felipe Lalanne Date: Thu, 11 Jul 2024 10:58:30 -0400 Subject: [PATCH] Cleanup images after state-engine tests Tests on GitHub started failing recently because of leftover images from the state engine test suite. This fixes that issue to allow tests to pass. Change-type: patch --- test/integration/state-engine.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/state-engine.spec.ts b/test/integration/state-engine.spec.ts index 3d5b5af2..831f3940 100644 --- a/test/integration/state-engine.spec.ts +++ b/test/integration/state-engine.spec.ts @@ -85,6 +85,7 @@ describe('state engine', () => { config: {}, apps: {}, }); + await docker.pruneImages({ filters: { dangling: { false: true } } }); }); it('installs an app with two services', async () => {