Fix: Revert unzip path change
This commit is contained in:
parent
098b18e888
commit
ed2a815110
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ct.yml
vendored
2
.github/workflows/ct.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
|
https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
|
||||||
|
|
||||||
- name: Prepare test data 📦
|
- name: Prepare test data 📦
|
||||||
run: unzip -q test_data.zip
|
run: unzip -q test_data.zip -d test_data
|
||||||
|
|
||||||
- name: Run tests 🧪
|
- name: Run tests 🧪
|
||||||
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
||||||
|
|
Loading…
Reference in a new issue