Skip to content

Commit

Permalink
reorder and install awscli v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed Dec 28, 2023
1 parent 108d82a commit 12a0381
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ matrix.access-key-id }}
AWS_REGION: ${{ matrix.region }}
AWS_DEFAULT_REGION: ${{ matrix.region }}
AWS_SECRET_ACCESS_KEY: test

steps:
- uses: actions/checkout@v4
Expand All @@ -38,24 +39,21 @@ jobs:
python-version: '${{ matrix.python-version }}'

- name: Install deps
run: pip install .
run: pip install '.[ver1]'

- name: Install localstack CLI
run: pip install localstack
- name: Check aws-cli version
run: |
aws --version
awslocal --version
which aws
which awslocal
- name: Start and wait for localstack (Community)
timeout-minutes: 10
run: |
docker pull localstack/localstack:latest
localstack start -d
localstack wait -t 30
- name: Check aws-cli version
run: |
aws --version
awslocal --version
which aws
which awslocal
- name: Verify successful deployment
run: |
Expand Down

0 comments on commit 12a0381

Please sign in to comment.