fix test data urls

This commit is contained in:
acalcutt 2022-10-25 21:05:22 -04:00
parent f7cfe3adff
commit c669b57115
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ jobs:
run: npm install
-
name: Download test data
run: wget -O test_data.zip https://github.com/acalcutt/tileserver-gl/releases/download/test_data/test_data.zip
run: wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
-
name: Unzip test data
run: unzip -q test_data.zip -d test_data

View file

@ -31,7 +31,7 @@ jobs:
run: npm install
-
name: Download test data
run: wget -O test_data.zip https://github.com/acalcutt/tileserver-gl/releases/download/test_data/test_data.zip
run: wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
-
name: Unzip test data
run: unzip -q test_data.zip -d test_data