fix test data urls
This commit is contained in:
parent
f7cfe3adff
commit
c669b57115
2 changed files with 2 additions and 2 deletions
2
.github/workflows/Build_Test_Release.yml
vendored
2
.github/workflows/Build_Test_Release.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
-
|
-
|
||||||
name: Download test data
|
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
|
name: Unzip test data
|
||||||
run: unzip -q test_data.zip -d test_data
|
run: unzip -q test_data.zip -d test_data
|
||||||
|
|
|
||||||
2
.github/workflows/Test.yml
vendored
2
.github/workflows/Test.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
-
|
-
|
||||||
name: Download test data
|
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
|
name: Unzip test data
|
||||||
run: unzip -q test_data.zip -d test_data
|
run: unzip -q test_data.zip -d test_data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue