Skip to content

Commit

Permalink
chore(test): remove bootc images before finishing (podman-desktop#660)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Lazar <[email protected]>
  • Loading branch information
cbr7 authored Jul 23, 2024
1 parent c12730a commit 2c29697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/playwright/src/bootc-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ afterAll(async () => {
} catch (error) {
console.log(`Error deleting image: ${error}`);
} finally {
await removeFolderIfExists('tests/output/images');
await pdRunner.close();
}
});
Expand Down

0 comments on commit 2c29697

Please sign in to comment.