From c2c22bc3a215e2a0d57c976a9aa337df95297ba1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 Aug 2025 17:48:54 +0100 Subject: guix: Work with a test suite interned to the store. Instead of cwl-v1.2-conformance being a script that accepts a path to the CWL v1.2 conformance test suite, we now work with a CWL v1.2 repo origin object. This is more declarative, and there is no need for manual cloning of the cwl-v1.2 git repo on the CI. The CI merely has to run a script with no arguments. This provides more control here in the ravanan repo and less configuration on the CI server. We do likewise for the end-to-end tests. In this case, we work with files from the ravanan repo, but have to first compile ccwl sources to CWL workflows. --- e2e-tests/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 e2e-tests/.gitignore (limited to 'e2e-tests/.gitignore') diff --git a/e2e-tests/.gitignore b/e2e-tests/.gitignore deleted file mode 100644 index 321232f..0000000 --- a/e2e-tests/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tools/*.cwl \ No newline at end of file -- cgit 1.4.1