We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a46017 commit abf0120Copy full SHA for abf0120
1 file changed
.github/workflows/run-samples.yml
@@ -137,11 +137,10 @@ jobs:
137
138
- name: Start LocalStack
139
# 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.
141
run: |
142
source .venv/bin/activate
143
- python -m localstack.cli.main start -d
144
- python -m localstack.cli.main wait -t 120
+ localstack start -d
+ localstack wait -t 120
145
env:
146
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
147
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
0 commit comments