We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf0120 commit ec6a7eeCopy full SHA for ec6a7ee
1 file changed
.github/workflows/run-samples.yml
@@ -139,8 +139,8 @@ jobs:
139
# Run the emulator in detached mode using the virtual environment.
140
run: |
141
source .venv/bin/activate
142
- localstack start -d
143
- localstack wait -t 120
+ python -m localstack_cli.cli.main start -d
+ python -m localstack_cli.cli.main wait -t 120
144
env:
145
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
146
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
0 commit comments