Skip to content

Commit

Permalink
Fix: Revert unzip path change
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt authored Sep 1, 2024
1 parent 098b18e commit ed2a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
- name: Prepare test data 📦
run: unzip -q test_data.zip
run: unzip -q test_data.zip -d test_data

- name: Run tests 🧪
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
Expand Down

1 comment on commit ed2a815

@Alice007-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.1.1

Please sign in to comment.