Skip to content

Commit

Permalink
Update chebi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Jan 30, 2024
1 parent a7db446 commit 8e46297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Test SDF processing
id: sdf_process
run: |
inputFile="ChEBI_complete_3star.sdf" #TODO replace by config var
outputDir="new/"
inputFile="ChEBI_complete_3star.sdf"
outputDir="new/ChEBI_complete_3star.sdf"
# Run Java program and capture its exit code
java -cp target/mapping_prerocessing-0.0.1-jar-with-dependencies.jar org.sec2pri.chebi_sdf "$inputFile" "$outputDir"
# Check the exit status of the Java program
Expand Down

0 comments on commit 8e46297

Please sign in to comment.