From 1d0986e1667f271d51bf7e071c5cf79829840807 Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Wed, 27 Nov 2024 23:07:14 +0100 Subject: [PATCH] update test workflow --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4d74844..767e78a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -68,7 +68,8 @@ jobs: - name: Start LocalStack env: DEBUG: 1 - DOCKER_FLAGS: --e API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1 + # note LOCALSTACK_API_ENDPOINT is to support staging inside the extension for now + DOCKER_FLAGS: -e LOCALSTACK_API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1 API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1' EXTENSION_DEV_MODE: 1 LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}