Skip to content

Commit 45945a4

Browse files
authored
bump setup-localstack version to v0.2.2 (#33)
1 parent 59be277 commit 45945a4

File tree

5 files changed

+5
-23
lines changed

5 files changed

+5
-23
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install -r requirements-dev.txt
3838
3939
- name: Start LocalStack
40-
uses: LocalStack/setup-localstack@v0.2.0
40+
uses: LocalStack/setup-localstack@v0.2.2
4141
with:
4242
image-tag: ${{ inputs.release-tag || 'latest'}}
4343
use-pro: 'true'

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install -r requirements-dev.txt
5151
5252
- name: Start LocalStack
53-
uses: LocalStack/setup-localstack@v0.2.0
53+
uses: LocalStack/setup-localstack@v0.2.2
5454
with:
5555
image-tag: 'latest'
5656
use-pro: 'true'

.github/workflows/preview_create.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install awscli-local
3131
3232
- name: Deploy Preview
33-
uses: LocalStack/setup-localstack@v0.2.0
33+
uses: LocalStack/setup-localstack@v0.2.2
3434
env:
3535
AWS_DEFAULT_REGION: us-east-1
3636
AWS_REGION: us-east-1
@@ -42,6 +42,7 @@ jobs:
4242
state-backend: ephemeral
4343
state-action: start
4444
skip-ephemeral-stop: 'true'
45+
include-preview: 'true'
4546
preview-cmd: |
4647
# Add your custom deployment commands here.
4748
# Below is an example for the Image resizer application.

.github/workflows/preview_finalize.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: '3.11'
5656

5757
- name: Start LocalStack
58-
uses: LocalStack/setup-localstack@v0.2.0
58+
uses: LocalStack/setup-localstack@v0.2.2
5959
with:
6060
image-tag: ${{ matrix.tag }}
6161
use-pro: 'true'

0 commit comments

Comments
 (0)