Skip to content

Commit f3649da

Browse files
committed
Clean up .run/ dir after test
Signed-off-by: Victor Chang <[email protected]>
1 parent 1a335d2 commit f3649da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration.Test/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ function tear_down() {
147147
pushd $DOCKER_COMPOSE_DIR
148148
info "Stopping services..."
149149
docker compose -p igtest down --remove-orphans
150+
sudo rm -r .run/
150151
popd
151152
set -e
152153
}

0 commit comments

Comments
 (0)