From 5934c432488744f90388a55a50ae064aec5f2fd7 Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Thu, 22 Aug 2024 17:23:31 +0200 Subject: [PATCH] chore(tests): add gherkin test files to reana specification (#35) --- reana.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reana.yaml b/reana.yaml index 41042ad..b2443fc 100644 --- a/reana.yaml +++ b/reana.yaml @@ -12,3 +12,8 @@ outputs: workflow: type: snakemake file: workflow/Snakefile +tests: + files: + - tests/log-messages.feature + - tests/run-duration.feature + - tests/workspace-files.feature