From c14e01426cec15fcfc2e5eec0f8a4ccc30de5d7d Mon Sep 17 00:00:00 2001 From: Nirmayi Date: Tue, 2 Jul 2024 10:02:26 +0200 Subject: [PATCH] update test resources dest --- _viash.yaml | 4 ++-- src/api/comp_process_dataset.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_viash.yaml b/_viash.yaml index c8044ff..6515286 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -13,10 +13,10 @@ info: test_resources: - type: s3 path: s3://openproblems-data/resources_test/common/ - dest: test_resources + dest: resources_test/common - type: s3 path: s3://openproblems-data/resources_test/spatial_decomposition/ - dest: test_resources + dest: resources_test/spatial_decomposition version: dev diff --git a/src/api/comp_process_dataset.yaml b/src/api/comp_process_dataset.yaml index 5318217..0bf4e83 100644 --- a/src/api/comp_process_dataset.yaml +++ b/src/api/comp_process_dataset.yaml @@ -26,5 +26,5 @@ arguments: test_resources: - type: python_script path: /common/component_tests/run_and_check_output.py - - path: /resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas - dest: resources_test/spatial_decomposition/cxg_mouse_pancreas_atlas \ No newline at end of file + - path: /resources_test/common/cxg_mouse_pancreas_atlas + dest: resources_test/common/cxg_mouse_pancreas_atlas \ No newline at end of file