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 5e2801e commit 14ed91d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
node-version: 20

- name: Set up Dependencies
env:
API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1'
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
run: |
pip install requests boto3 pytest localstack-sdk-python
pip install localstack-ci-extension-plugins/pytest_plugin
pip install localstack
- name: Prepare LocalStack
env:
API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1'
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
run: |
localstack extensions dev enable ./localstack-ci-extension
Expand Down

0 comments on commit 14ed91d

Please sign in to comment.