Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pandomic committed Nov 27, 2024
1 parent aa5d68c commit 1d0986e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1d0986e

Please sign in to comment.