mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-22 18:44:00 +00:00
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:
parent
c4a530c9ea
commit
f38714d40f
@ -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…
x
Reference in New Issue
Block a user