Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii committed Nov 15, 2023
1 parent 07b0122 commit 63d713c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chebi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
inputFile="mapping_preprocessing/datasources/chebi/data/ChEBI_complete_3star.sdf"
outputDir="mapping_preprocessing/datasources/chebi/data"
java -cp java -cp target/mapping_prerocessing-0.0.1-jar-with-dependencies.jar org.sec2pri.chebi_sdf $inputFile $outputDir
echo "Java preprocessing of ChEBI data is done"
echo "Java preprocessing of ChEBI data is done."
2 changes: 1 addition & 1 deletion .github/workflows/hmdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Step 3: create and compare logfile (tba)
- name: Compare data size
run: |
echo "HMDB data has been succesfully downloaded"
echo "HMDB data has been succesfully downloaded."
# Step 4: Commit and push logfile
# - name: Commit and Push Logfile
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
pull_request:
pull_request:
branches:
- main

jobs:
Expand Down

0 comments on commit 63d713c

Please sign in to comment.