Fix: Revert unzip path change

This commit is contained in:
Andrew Calcutt 2024-09-01 15:17:03 -04:00 committed by GitHub
parent 098b18e888
commit ed2a815110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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