We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938c064 commit 267290eCopy full SHA for 267290e
1 file changed
.github/workflows/ci.yaml
@@ -386,6 +386,13 @@ jobs:
386
fi
387
388
echo '🚦 Running pytest suite via tox...'
389
+ echo "Vertica reachable; running tests..."
390
+ VP_TEST_HOST="${HOST}" \
391
+ VP_TEST_PORT=5433 \
392
+ VP_TEST_DATABASE="${DB}" \
393
+ VP_TEST_USER="${USER}" \
394
+ VP_TEST_OAUTH_USER="${USER}" \
395
+ VP_TEST_OAUTH_ACCESS_TOKEN="${TOKEN}" \
396
tox -e py
397
"
398
0 commit comments