Skip to content

Commit

Permalink
Merge pull request #16 from openproblems-bio/bugfix/no-ref/fix-resour…
Browse files Browse the repository at this point in the history
…ces-test-paths

fix resources test paths
  • Loading branch information
janursa authored Oct 14, 2024
2 parents 68ff6c4 + 5596045 commit 240092f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/api/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- path: /resources_test/grn-benchmark
dest: resources_test/grn-benchmark
1 change: 1 addition & 0 deletions src/common/create_task_readme/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
functionality:
status: disabled
name: create_task_readme
namespace: common
description: |
Expand Down
2 changes: 1 addition & 1 deletion src/common/sync_test_resources/script.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 240092f

Please sign in to comment.