Skip to content

Commit 5b7ea14

Browse files
committed
add required env var for tests
1 parent 2e5925c commit 5b7ea14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COORDINATOR_SECRET=coordinator-secret # generate the actual secret with `openssl
8282

8383
# DEPOT_ORG_ID=<Depot org id>
8484
# DEPOT_TOKEN=<Depot org token>
85-
# DEPLOY_REGISTRY_HOST=${APP_ORIGIN} # This is the host that the deploy CLI will use to push images to the registry
85+
DEPLOY_REGISTRY_HOST=${APP_ORIGIN} # This is the host that the deploy CLI will use to push images to the registry
8686
# DEV_OTEL_EXPORTER_OTLP_ENDPOINT="http://0.0.0.0:4318"
8787
# These are needed for the object store (for handling large payloads/outputs)
8888
# OBJECT_STORE_BASE_URL="https://{bucket}.{accountId}.r2.cloudflarestorage.com"

.github/workflows/unit-tests-webapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
SESSION_SECRET: "secret"
8787
MAGIC_LINK_SECRET: "secret"
8888
ENCRYPTION_KEY: "secret"
89+
DEPLOY_REGISTRY_HOST: "docker.io"
8990

9091
- name: Gather all reports
9192
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)