Skip to content

Commit abf0120

Browse files
committed
change localstack start command
1 parent 8a46017 commit abf0120

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ jobs:
137137

138138
- name: Start LocalStack
139139
# Run the emulator in detached mode using the virtual environment.
140-
# We use 'python -m localstack.cli.main' to ensure the correct CLI version from the venv is used.
141140
run: |
142141
source .venv/bin/activate
143-
python -m localstack.cli.main start -d
144-
python -m localstack.cli.main wait -t 120
142+
localstack start -d
143+
localstack wait -t 120
145144
env:
146145
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
147146
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)