From ed2a815110ba91d0c582f47861f60f94d68c872d Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 1 Sep 2024 15:17:03 -0400 Subject: [PATCH] Fix: Revert unzip path change --- .github/workflows/ct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index 69276f0..2d138df 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -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