Skip to content

Commit fa71f51

Browse files
committed
test
1 parent 8688ec4 commit fa71f51

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
node-version: ['22.x']
3131
python-version: ['3.12']
32-
cdk-version: ${{ fromJson(inputs.cdk-version || '[""]') }}
32+
cdk-version: ${{ fromJson(inputs.cdk-version || '["2.166.0","2.167.0", ""]') }}
3333
fail-fast: False
3434

3535

@@ -84,15 +84,9 @@ jobs:
8484
- name: Start and wait for localstack (Community)
8585
timeout-minutes: 10
8686
run: |
87-
# Check if the localstack-main container is already running
88-
if ! docker ps --filter "name=localstack-main" --filter "status=running" -q; then
89-
echo "LocalStack container is not running. Starting LocalStack..."
90-
docker pull localstack/localstack:latest
91-
localstack start -d
92-
localstack wait -t 30
93-
else
94-
echo "LocalStack container is already running. Skipping start."
95-
fi
87+
docker pull localstack/localstack:latest
88+
localstack start -d
89+
localstack wait -t 30
9690
9791
- name: Install python libs
9892
working-directory: ${{env.WORK_DIR}}

0 commit comments

Comments
 (0)