File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
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}}
You can’t perform that action at this time.
0 commit comments