Skip to content

Commit

Permalink
Switch smoketest from curl to GDAL for more in-depth testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Jan 6, 2024
1 parent 680ce68 commit a63c9d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/docker-compose-features-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,14 @@ services:
retries: 30

smoketest:
image: alpine/curl
image: ghcr.io/osgeo/gdal:ubuntu-small-latest
depends_on:
gokoala:
condition: service_healthy
command: "--fail-with-body -lsS http://gokoala:8080/collections/dutch-addresses/items?f=json&limit=2"
entrypoint:
- sh
- -c
- |
set -e
echo "test OGC API"
ogrinfo -so OAPIF:http://gokoala:8080 dutch-addresses

0 comments on commit a63c9d2

Please sign in to comment.