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 1d0986e commit 6d1055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6d1055d

Please sign in to comment.