From b75e30648db1b475315f77a87c6c68ab21261760 Mon Sep 17 00:00:00 2001 From: Peter Kok Date: Tue, 8 Oct 2024 16:52:41 +0200 Subject: [PATCH] Forgot to rename script in workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29c9e64..5fd9d75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: run: pip install cwltool - name: Run tests - run: ./test.sh + run: ./test_cwl_annotations.sh