Skip to content

Commit

Permalink
Set IMAGE_CLEANUP when running tests
Browse files Browse the repository at this point in the history
To preserve space on GHA.
  • Loading branch information
pbrisbin committed Oct 16, 2023
1 parent b17e5b8 commit faa9255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions promote/src/Restyled/Promote/IntegrationTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ runIntegrationTest channel IntegrationTestOptions {..} = do
, ["--env", "LOG_COLOR=always"]
, if oitDebug then ["--env", "LOG_LEVEL=debug"] else []
, ["--env", "GITHUB_ACCESS_TOKEN=" <> unpack token]
, ["--env", "IMAGE_CLEANUP=x"]
, ["--volume", "/tmp:/tmp"]
, ["--volume", "/var/run/docker.sock:/var/run/docker.sock"]
, [unpack oitRestylerImage]
Expand Down

0 comments on commit faa9255

Please sign in to comment.