From 6d1055d84ce9b2efe534eec79dc82635240be2b3 Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Thu, 28 Nov 2024 00:08:53 +0100 Subject: [PATCH] update test workflow --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 767e78a..49ef2bd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -69,14 +69,14 @@ jobs: env: DEBUG: 1 # 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 + DOCKER_FLAGS: -e 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 }} LOCALSTACK_PROJECT_ID: ${{ secrets.LOCALSTACK_PROJECT_ID }} LOCALSTACK_PIPELINE_ID: ${{ secrets.LOCALSTACK_PIPELINE_ID }} run: | - localstack start + DOCKER_FLAGS=$DOCKER_FLAGS localstack start - name: Wait for LocalStack to be ready run: |