Merge pull request from balena-os/state-engine-tests

Cleanup images after state-engine tests
This commit is contained in:
flowzone-app[bot] 2024-07-16 21:55:04 +00:00 committed by GitHub
commit 7710c03421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 () => {