Skip to content

Commit dd0abdb

Browse files
committed
[DEBUG] print free space in vertica tests
1 parent 7ea098b commit dd0abdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/integration/vertica.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export DEBUG=testcontainers
77
export TEST_VERTICA_VERSION=12.0.4-0
88

99
echo "::group::Vertica ${TEST_VERTICA_VERSION}"
10+
echo "Before pull" && df -h
1011
docker pull vertica/vertica-ce:${TEST_VERTICA_VERSION}
12+
echo "After pull" && df -h
13+
bash -c 'sleep 5 && echo "5 sec after pull" && df -h' &
1114
yarn lerna run --concurrency 1 --stream --no-prefix integration:vertica
15+
echo "After tests" && df -h
1216
echo "::endgroup::"

0 commit comments

Comments
 (0)