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 ba8a7d0 commit 385b6b5Copy full SHA for 385b6b5
.github/actions/integration/vertica.sh
@@ -7,10 +7,13 @@ export DEBUG=testcontainers*
7
export TEST_VERTICA_VERSION=12.0.4-0
8
9
echo "::group::Vertica ${TEST_VERTICA_VERSION}"
10
+docker info
11
echo "Before pull" && df -h
12
docker pull vertica/vertica-ce:${TEST_VERTICA_VERSION}
13
echo "After pull" && df -h
14
bash -c 'sleep 5 && echo "5 sec after pull" && df -h' &
15
+bash -c 'sleep 30 && echo "30 sec after pull" && df -h' &
16
+bash -c 'sleep 45 && echo "45 sec after pull" && df -h' &
17
yarn lerna run --concurrency 1 --stream --no-prefix integration:vertica
18
echo "After tests" && df -h
19
echo "::endgroup::"
0 commit comments