Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/run-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ boot_http_worker() {
}

export VGI_WORKER_BIN
export VGI_DATABASE_PACKAGE_WORKER="$VGI_WORKER_BIN"
# NOT exported here. bearer_auth/bearer_token.test gates on this variable
# (`require-env VGI_TEST_BEARER_TOKEN`) and its very first statement is an
# ATTACH carrying the `bearer_token` option — which the client rejects at bind
Expand Down
Loading