Skip to content

Commit

Permalink
Fix path to test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Oct 16, 2023
1 parent 2550849 commit f8e4f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvnbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git clone https://github.com/Workflomics/domain-annotations
cd domain-annotations
java -jar ../target/APE-*-executable.jar ./WombatP_tools/config_local.json
java -jar ../target/APE-*-executable.jar ./WombatP_tools/config.json
cd ./WombatP_tools/CWL
cwltool --enable-dev --validate workflowSolution_0.cwl
Expand Down

0 comments on commit f8e4f4f

Please sign in to comment.