Skip to content

Commit

Permalink
Also remove volumes on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jan 22, 2025
1 parent da95791 commit fca6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espresso-tests/migration-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ENV_FILE="$TEST_DIR/.env"
export COMPOSE_IGNORE_ORPHANS=true

info Ensuring docker compose project is stopped
run docker compose down --remove-orphans
run docker compose down -v --remove-orphans

# Change to orbit actions directory, update the submodule, and install any dependencies for the purposes of the test.
cd "$ORBIT_ACTIONS_DIR"
Expand Down

0 comments on commit fca6da7

Please sign in to comment.