Skip to content

Commit 2fd0c0c

Browse files
committed
Test
1 parent feed4a5 commit 2fd0c0c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/build-sandbox-template/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
GCP_DOCKER_REPOSITORY_NAME: "custom-environments-tests"
1515
# Not used, but required to be defined
1616
GOOGLE_SERVICE_ACCOUNT_BASE64: "required-but-not-needed"
17+
TEMPLATE_STORAGE: "local"
1718
run: |
1819
echo "TESTS_SANDBOX_TEMPLATE_ID=${TEMPLATE_ID}" >> .env.test
1920
echo "TESTS_SANDBOX_BUILD_ID=${BUILD_ID}" >> .env.test

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ runs:
4646
env:
4747
ENVD_TIMEOUT: "60s"
4848
SUPABASE_JWT_SECRETS: "supabasejwtsecretsupabasejwtsecret"
49+
TEMPLATE_STORAGE: "local"
4950
run: |
5051
echo "ENVD_TIMEOUT=${ENVD_TIMEOUT}" >> .env.test
5152
echo "SUPABASE_JWT_SECRETS=${SUPABASE_JWT_SECRETS}" >> .env.test

0 commit comments

Comments
 (0)