Skip to content

Commit

Permalink
Update integ-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil authored Jul 17, 2024
1 parent 28b0022 commit bef33b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/integ-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ docker run -dt -p 8080:8080 \
--name $CONTAINER_NAME \
$IMAGE

# Wait for the container to start
sleep 5

curl -s -H 'host: s3.amazonaws.com' http://localhost:8080 | grep ListAllMyBucketsResult
result=$?

Expand Down

0 comments on commit bef33b4

Please sign in to comment.