Skip to content

Commit ec6a7ee

Browse files
committed
change localstack start command
1 parent abf0120 commit ec6a7ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jobs:
139139
# Run the emulator in detached mode using the virtual environment.
140140
run: |
141141
source .venv/bin/activate
142-
localstack start -d
143-
localstack wait -t 120
142+
python -m localstack_cli.cli.main start -d
143+
python -m localstack_cli.cli.main wait -t 120
144144
env:
145145
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
146146
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)