Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Oct 23, 2024
1 parent 7d5f6e2 commit 4e433aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/integration/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ func run(t *testing.T, actionsOrOptions ...ActionOrOption) {
dumpKubePods(ctx, optional.Ptr(kubeClient), kubeNamespace)
}
assert.NoError(t, err)
err = ftlexec.Command(ctx, log.Debug, filepath.Join(rootDir, "deployment"), "docker", "system", "prune", "-f").RunBuffered(ctx)
assert.NoError(t, err)
} else {
Infof("Building ftl")
err = ftlexec.Command(ctx, log.Debug, rootDir, "just", "build", "ftl").RunBuffered(ctx)
Expand Down

0 comments on commit 4e433aa

Please sign in to comment.