diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 67c6f17cd..ff45af5c4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -88,7 +88,7 @@ jobs: uses: actions/cache@v4 timeout-minutes: 10 with: - path: resources + path: resources_test key: ${{ needs.list.outputs.cache_key }} - name: Run test diff --git a/src/api/comp_metric.yaml b/src/api/comp_metric.yaml index cbc7f7d65..897428037 100644 --- a/src/api/comp_metric.yaml +++ b/src/api/comp_metric.yaml @@ -76,3 +76,5 @@ functionality: dest: resources_test/grn-benchmark - path: /resources_test/prior dest: resources_test/prior + - path: /resources_test/grn_models + dest: resources_test/grn_models diff --git a/src/api/unit_test.yaml b/src/api/unit_test.yaml index 3de58e7ff..fde89592b 100644 --- a/src/api/unit_test.yaml +++ b/src/api/unit_test.yaml @@ -2,5 +2,5 @@ functionality: test_resources: - type: python_script path: /src/common/component_tests/run_and_check_output.py - - path: /resources/grn-benchmark - dest: resources/grn-benchmark \ No newline at end of file + - path: /resources_test/grn-benchmark + dest: resources_test/grn-benchmark \ No newline at end of file diff --git a/src/common/create_task_readme/config.vsh.yaml b/src/common/create_task_readme/config.vsh.yaml index d268974ce..5986c27f8 100644 --- a/src/common/create_task_readme/config.vsh.yaml +++ b/src/common/create_task_readme/config.vsh.yaml @@ -1,4 +1,5 @@ functionality: + status: disabled name: create_task_readme namespace: common description: | diff --git a/src/common/sync_test_resources/script.sh b/src/common/sync_test_resources/script.sh index 4afbf6cfc..e3253686e 100644 --- a/src/common/sync_test_resources/script.sh +++ b/src/common/sync_test_resources/script.sh @@ -1,7 +1,7 @@ #!/bin/bash ## VIASH START -par_input='s3://openproblems-bio/public/grn-benchmark/workflow-resources/' +par_input='s3://openproblems-data/resources_test/grn/' par_output='resources_test' ## VIASH END