mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-24 07:46:41 +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: {},
|
||||
apps: {},
|
||||
});
|
||||
await docker.pruneImages({ filters: { dangling: { false: true } } });
|
||||
});
|
||||
|
||||
it('installs an app with two services', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user