We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511ca8a commit 64f972aCopy full SHA for 64f972a
.github/actions/integration/vertica.sh
@@ -7,6 +7,10 @@ export DEBUG=testcontainers
7
export TEST_VERTICA_VERSION=12.0.4-0
8
9
echo "::group::Vertica ${TEST_VERTICA_VERSION}"
10
+echo "Before pull" && df -h
11
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' &
14
yarn lerna run --concurrency 1 --stream --no-prefix integration:vertica
15
+echo "After tests" && df -h
16
echo "::endgroup::"
0 commit comments