Skip to content

Commit

Permalink
chore(tests): add gherkin test files to reana specifications (#73)
Browse files Browse the repository at this point in the history
For compatibility with `reana-client test`.
  • Loading branch information
ajclyall committed Aug 1, 2024
1 parent 2cbb3ae commit 916e92c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reana-cwl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ workflow:
outputs:
files:
- outputs/plot.png
tests:
files:
- tests/cwl/log-messages.feature
- tests/cwl/run-duration.feature
- tests/cwl/workspace-files.feature
5 changes: 5 additions & 0 deletions reana-snakemake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ workflow:
outputs:
files:
- results/plot.png
tests:
files:
- tests/snakemake/log-messages.feature
- tests/snakemake/run-duration.feature
- tests/snakemake/workspace-files.feature
5 changes: 5 additions & 0 deletions reana-yadage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ workflow:
outputs:
files:
- fitdata/plot.png
tests:
files:
- tests/yadage/log-messages.feature
- tests/yadage/run-duration.feature
- tests/yadage/workspace-files.feature
5 changes: 5 additions & 0 deletions reana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ workflow:
outputs:
files:
- results/plot.png
tests:
files:
- tests/serial/log-messages.feature
- tests/serial/run-duration.feature
- tests/serial/workspace-files.feature

0 comments on commit 916e92c

Please sign in to comment.