Skip to content

Commit

Permalink
test: Ensure cleanup before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Oct 29, 2024
1 parent 444de9d commit 2fecdcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/manage-statbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ case "$action" in
git checkout -B "$BRANCH" "$COMMIT"
fi

./devops/manage-statbus.sh generate-config
./devops/manage-statbus.sh delete-db

# Proceed with the rest of the workflow
./devops/manage-statbus.sh create-db > /dev/null

Expand Down

0 comments on commit 2fecdcc

Please sign in to comment.