Skip to content

Commit

Permalink
ci(smoke_test): Use latest localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed May 3, 2023
1 parent cb84c7b commit 06315e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoke_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
# https://github.com/localstack/localstack/pull/6831
pip install pyOpenSSL --upgrade
pip install cryptography --upgrade
pip install localstack
# Pin to <2.0.0 until bucket creation is fixed:
# https://github.com/localstack/localstack/issues/8018
pip install "localstack<2.0.0"
docker pull localstack/localstack
docker pull localstack/localstack:latest
localstack start --detached
echo "Waiting for localstack startup..."
localstack wait -t 30
Expand Down
7 changes: 2 additions & 5 deletions packages/aws_sdk/smoke_test/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
# https://github.com/localstack/localstack/pull/6831
pip install pyOpenSSL --upgrade
pip install cryptography --upgrade
pip install localstack
# Pin to <2.0.0 until bucket creation is fixed:
# https://github.com/localstack/localstack/issues/8018
pip install "localstack<2.0.0"
docker pull localstack/localstack
docker pull localstack/localstack:latest
localstack start --detached
echo "Waiting for localstack startup..."
localstack wait -t 30
Expand Down

0 comments on commit 06315e1

Please sign in to comment.