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 28, 2024
1 parent 5c51eec commit 3a097be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,12 @@ jobs:
# limit-access-to-users: pandomic,whummer,joe4dev,dfangl,dominikschubert

- name: Start LocalStack
env:
DEBUG: 1
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
run: |
DEBUG=1 \
LOCALSTACK_API_KEY=$LOCALSTACK_API_KEY \
LOCALSTACK_PROJECT_ID=$LOCALSTACK_PROJECT_ID \
LOCALSTACK_PIPELINE_ID=$LOCALSTACK_PIPELINE_ID \
DOCKER_FLAGS=-e 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 start -d
Expand Down

0 comments on commit 3a097be

Please sign in to comment.