mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-11 23:42:54 +00:00
Merge pull request #2355 from balena-os/state-engine-tests
Cleanup images after state-engine tests
This commit is contained in:
commit
7710c03421
@ -85,6 +85,7 @@ describe('state engine', () => {
|
|||||||
config: {},
|
config: {},
|
||||||
apps: {},
|
apps: {},
|
||||||
});
|
});
|
||||||
|
await docker.pruneImages({ filters: { dangling: { false: true } } });
|
||||||
});
|
});
|
||||||
|
|
||||||
it('installs an app with two services', async () => {
|
it('installs an app with two services', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user