Skip to content

Commit

Permalink
start localstack with hypercorn
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau committed Jun 5, 2024
1 parent 5d9e5c3 commit 48823d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
DEBUG=1 localstack start -d
DEBUG=1 GATEWAY_SERVER=hypercorn localstack start -d
localstack wait
- name: Run linter
Expand Down

0 comments on commit 48823d3

Please sign in to comment.