Skip to content

Commit 48823d3

Browse files
committed
start localstack with hypercorn
1 parent 5d9e5c3 commit 48823d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-replicator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
5959
ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
60-
DEBUG=1 localstack start -d
60+
DEBUG=1 GATEWAY_SERVER=hypercorn localstack start -d
6161
localstack wait
6262
6363
- name: Run linter

0 commit comments

Comments
 (0)