From 426201609e13d47960a922456cbbddf61cde3330 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Nov 2025 01:00:10 +0000 Subject: e2e-tests: Add example Hello World workflow from the documentation. We want to ensure that the Hello World workflow in our README docs always works! --- e2e-tests/tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'e2e-tests') diff --git a/e2e-tests/tests.yaml b/e2e-tests/tests.yaml index 6f561a8..d14b93a 100644 --- a/e2e-tests/tests.yaml +++ b/e2e-tests/tests.yaml @@ -7,6 +7,15 @@ class: File size: 13 checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b +- id: doc-hello-world + doc: Hello world workflow from the documentation + tool: tools/doc-hello-world.cwl + job: jobs/doc-hello-world.yaml + output: + message: + class: File + size: 10 + checksum: sha1$d4322d1d18549a84abb5e19558784d819785a884 - id: capture-output-file doc: Capture output file using a glob tool: tools/capture-output-file.cwl -- cgit 1.4.1