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 cbad002 commit a04c158
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,14 @@ jobs:
run: |
pip install requests boto3 pytest localstack-sdk-python
pip install localstack-ci-extension-plugins/pytest_plugin
echo "CI_EXTENSION_PATH=$GITHUB_WORKSPACE/localstack-ci-extension" >> $GITHUB_ENV
echo "$CI_EXTENSION_PATH"
ls -la $CI_EXTENSION_PATH
mv $GITHUB_WORKSPACE/localstack-ci-extension /extensions/ci-extension
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: 'latest'
use-pro: 'true'
configuration: LS_LOG=trace DEBUG=1 DOCKER_FLAGS="-v ${{ env.CI_EXTENSION_PATH }}:/extensions/ci-extension -e API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1"
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:
Expand Down

0 comments on commit a04c158

Please sign in to comment.