We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098b18e commit ed2a815Copy full SHA for ed2a815
.github/workflows/ct.yml
@@ -46,7 +46,7 @@ jobs:
46
https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
47
48
- name: Prepare test data 📦
49
- run: unzip -q test_data.zip
+ run: unzip -q test_data.zip -d test_data
50
51
- name: Run tests 🧪
52
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
0 commit comments