From 6d7f3971c2aff1e1d11f3bce6a53ac7092f0c1e0 Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Wed, 20 Sep 2023 15:38:49 +0100 Subject: [PATCH] Update for testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 565fd6c..0300dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Download test data # Download A fungal test data set that is full enough to show some real output. run: | - curl https://tolit.cog.sanger.ac.uk/test-data/TreeValTinyData.tar.gz | tar xzf - + curl https://tolit.cog.sanger.ac.uk/test-data/resources/treeval/TreeValTinyData.tar.gz | tar xzf - - name: Run MAPS_ONLY pipeline with test data # Remember that you can parallelise this by using strategy.matrix