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
This commit is contained in:
Felipe Lalanne 2024-07-11 10:58:30 -04:00
parent c4a530c9ea
commit f38714d40f
No known key found for this signature in database
GPG Key ID: 03E696BFD472B26A

View File

@ -85,6 +85,7 @@ describe('state engine', () => {
config: {},
apps: {},
});
await docker.pruneImages({ filters: { dangling: { false: true } } });
});
it('installs an app with two services', async () => {