File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ci/github/integration-testing
packages/pytest-simcore/src/pytest_simcore/helpers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments