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 4c58d59 commit 6e0064d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,18 @@ jobs:
run: |
pip install requests boto3 pytest localstack-sdk-python
pip install localstack-ci-extension-plugins/pytest_plugin
mkdir -p /extensions
mv $GITHUB_WORKSPACE/localstack-ci-extension /extensions/ci-extension
pip install localstack
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: 'latest'
use-pro: 'true'
configuration: LS_LOG=trace DEBUG=1 DOCKER_FLAGS="-v /extensions/ci-extension:/extensions/ci-extension -e API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1"
install-awslocal: 'true'
extension-auto-install: '/extensions/ci-extension'
env:
LS_LOG: trace
DEBUG: 1
DOCKER_FLAGS: -e API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1
API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1'
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LOCALSTACK_PROJECT_ID: ${{ secrets.LOCALSTACK_PROJECT_ID }}
LOCALSTACK_PIPELINE_ID: ${{ secrets.LOCALSTACK_PIPELINE_ID }}
run: localstack start

- name: Deploy infrastructure
run: |
Expand Down

0 comments on commit 6e0064d

Please sign in to comment.