Skip to content

Commit

Permalink
Added curl test for tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Sep 11, 2024
1 parent 304281a commit c78b6a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Check tile URLs work
run: |
curl -v -f -o "/tmp/test.tif" "https://s3.amazonaws.com/elevation-tiles-prod/geotiff/12/646/1537.tif"
- uses: actions/checkout@v4

- name: Install Ubuntu dependencies
Expand Down

0 comments on commit c78b6a4

Please sign in to comment.