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 bb066cf commit aa5d68c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,19 @@ jobs:
run: |
pip install requests boto3 pytest localstack-sdk-python
pip install localstack-ci-extension-plugins/pytest_plugin
pip install localstack==3.8.1
pip install localstack
- name: Prepare LocalStack
env:
API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1'
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
run: |
docker pull localstack/localstack-pro:3.8.1
localstack extensions dev enable ./localstack-ci-extension
- name: Start LocalStack
env:
DEBUG: 1
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_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
Expand Down

0 comments on commit aa5d68c

Please sign in to comment.