Skip to content

Commit 267290e

Browse files
authored
Update ci.yaml
1 parent 938c064 commit 267290e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@ jobs:
386386
fi
387387
388388
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}" \
389396
tox -e py
390397
"
391398

0 commit comments

Comments
 (0)