diff options
| author | Arun Isaac | 2025-11-24 01:32:00 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-24 01:33:30 +0000 |
| commit | 4b51611c970cd0839c5b4f470a9b56d6a58a553b (patch) | |
| tree | 9e6c887f4f83928f17982cac178fcd7dc60a9f59 /e2e-tests/tests.yaml | |
| parent | ec6b506fe621aa4ca9c540338e8a8fb659c369b7 (diff) | |
| download | ravanan-4b51611c970cd0839c5b4f470a9b56d6a58a553b.tar.gz ravanan-4b51611c970cd0839c5b4f470a9b56d6a58a553b.tar.lz ravanan-4b51611c970cd0839c5b4f470a9b56d6a58a553b.zip | |
e2e-tests: Use YAML, instead of JSON, job files.
Now that we have resolved type ambiguities in YAML input files, prefer YAML job files to JSON job files.
Diffstat (limited to 'e2e-tests/tests.yaml')
| -rw-r--r-- | e2e-tests/tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-tests/tests.yaml b/e2e-tests/tests.yaml index 295e8d7..9ac03d1 100644 --- a/e2e-tests/tests.yaml +++ b/e2e-tests/tests.yaml @@ -84,7 +84,7 @@ - id: inline-javascript-requirement doc: Run javascript for InlineJavascriptRequirement tool: tools/inline-javascript-requirement.cwl - job: jobs/inline-javascript-requirement.json + job: jobs/inline-javascript-requirement.yaml output: sum: class: File @@ -102,7 +102,7 @@ - id: prefix-arguments doc: Command with prefix arguments tool: tools/prefix-arguments.cwl - job: jobs/prefix-arguments.json + job: jobs/prefix-arguments.yaml output: sequence: class: File |
