diff options
| author | Arun Isaac | 2025-11-30 01:00:10 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-30 01:46:01 +0000 |
| commit | 426201609e13d47960a922456cbbddf61cde3330 (patch) | |
| tree | f6051e70ae141bf14dbe44cafbdb36c61d90a2d9 /e2e-tests | |
| parent | c5bccca30b03f6dfef5d6efaaafc20fa9b25f164 (diff) | |
| download | ravanan-426201609e13d47960a922456cbbddf61cde3330.tar.gz ravanan-426201609e13d47960a922456cbbddf61cde3330.tar.lz ravanan-426201609e13d47960a922456cbbddf61cde3330.zip | |
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!
Diffstat (limited to 'e2e-tests')
| -rw-r--r-- | e2e-tests/tests.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
