Skip to content

Commit 82d2b0b

Browse files
committed
Add template manager address
1 parent ea6b1f0 commit 82d2b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/start-services/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ runs:
5252
env:
5353
ENVD_TIMEOUT: "60s"
5454
SUPABASE_JWT_SECRETS: "supabasejwtsecretsupabasejwtsecret"
55+
TEMPLATE_MANAGER_ADDRESS: "localhost:5009"
5556
run: |
5657
echo "ENVD_TIMEOUT=${ENVD_TIMEOUT}" >> .env.test
5758
echo "SUPABASE_JWT_SECRETS=${SUPABASE_JWT_SECRETS}" >> .env.test

0 commit comments

Comments
 (0)