Attempt to make containers stop after tests run.
test / test (push) Failing after 7s Details

This commit is contained in:
Dan Helfman 2024-03-06 14:30:49 -08:00
parent 141ba2771d
commit 585b1573ae
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
fi
docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
--renew-anon-volumes --abort-on-container-exit
--renew-anon-volumes --detach
docker-compose --file tests/end-to-end/docker-compose.yaml wait --down-project