File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,16 @@ jobs:
2626 - name : Checkout
2727 uses : actions/checkout@v4
2828
29- - name : Setup LocalStack and extension
29+ - name : Set up Terraform
30+ uses : hashicorp/setup-terraform@v3
31+
32+ - name : Set up LocalStack and extension
3033 run : |
3134 cd localstack-wiremock
3235
3336 docker pull localstack/localstack-pro &
3437 docker pull wiremock/wiremock &
35- pip install localstack terraform-local
38+ pip install localstack terraform-local awscli-local[ver1]
3639
3740 make install
3841 make dist
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ sample: ## Deploy sample app
4242 bin/create-stubs.sh
4343 (cd sample-app; tflocal init; tflocal apply -auto-approve)
4444 apiId=$$(awslocal apigateway get-rest-apis | jq -r '.items[0].id' ) ; \
45- curl -k https://$$ apiId.execute-api.us-east-1.localhost.localstack.cloud/dev/time-off
45+ curl -k https://$$ apiId.execute-api.us-east-1.localhost.localstack.cloud/dev/time-off | grep time_off_date
4646
4747clean-dist : clean
4848 rm -rf dist/
You can’t perform that action at this time.
0 commit comments