Skip to content

Commit

Permalink
tryyy
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumNZ committed May 20, 2024
1 parent 121b239 commit d2bd72e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ permissions:
contents: write
pull-requests: write
id-token: write
env:
IMAGE_LOCALSTACK: docker.io/localstack/localstack:3.2.0
jobs:
build-app:
uses: GeoNet/Actions/.github/workflows/reusable-go-apps.yml@main
with:
testSetup: |
docker run --name localstack -d --rm -p 4566:4566 -p 4510-4559:4510-4559 "$IMAGE_LOCALSTACK"; \
docker run --name localstack -d --rm -p 4566:4566 -p 4510-4559:4510-4559 docker.io/localstack/localstack:3.2.0
echo "waiting for localstack to be ready"
until curl -v localhost:4566; do
sleep 1s
Expand Down

0 comments on commit d2bd72e

Please sign in to comment.