From 17f98d56973506fad6e7a75c4458464658b4e03e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Jul 2026 14:51:43 +0100 Subject: tests: Simplify external CWL workflow relative path test. --- tests/echo.cwl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/echo.cwl (limited to 'tests/echo.cwl') diff --git a/tests/echo.cwl b/tests/echo.cwl new file mode 100644 index 0000000..b957a59 --- /dev/null +++ b/tests/echo.cwl @@ -0,0 +1,7 @@ +cwlVersion: v1.2 +class: CommandLineTool +baseCommand: echo +inputs: + message: + type: string +outputs: {} -- cgit 1.4.1