Skip to content

Commit

Permalink
clean up at start/end of ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Jan 12, 2023
1 parent d6690f1 commit b06ecaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ function tests() { # CI and pre-commit tests

function github_actions_ci_pr_docker_tests() {
set -ex
./run down
./run build TAG=pr
./run klines-caching-service RUN_IN_BACKGROUND=yes TAG=pr

Expand Down Expand Up @@ -432,6 +433,7 @@ function github_actions_ci_pr_docker_tests() {
md5sum ${CONFIG_DIR}/BuyOnRecoveryAfterDropFromAverageStrategy.yaml \
|cut -f1 -d " " | grep 'dbb69758a3d2eb24041ec70cd4494a1e'

./run down
}

function compress_logs() { # compresses the latest price logs
Expand Down

0 comments on commit b06ecaa

Please sign in to comment.