Skip to content

Commit 56b0b31

Browse files
committed
debug
1 parent f675b6a commit 56b0b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/github/integration-testing/webserver.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test() {
2121
# shellcheck source=/dev/null
2222
source .venv/bin/activate
2323
pushd services/web/server
24-
make test-ci-integration test-path="$1" pytest-parameters="--setup-show --log-cli-level=INFO"
24+
make test-ci-integration test-path="$1" pytest-parameters="--setup-show --log-cli-level=DEBUG"
2525
popd
2626
}
2727

packages/pytest-simcore/src/pytest_simcore/helpers/postgres_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def migrated_pg_tables_context(
6262
#
6363
assert simcore_postgres_database.cli.downgrade.callback
6464
assert simcore_postgres_database.cli.clean.callback
65+
6566
simcore_postgres_database.cli.downgrade.callback("base")
6667
simcore_postgres_database.cli.clean.callback() # just cleans discover cache
6768

0 commit comments

Comments
 (0)