Skip to content

Commit

Permalink
change examples dir path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adw62 committed Oct 7, 2022
1 parent 8c172e7 commit 191abef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@ jobs:
- name: Use min API
shell: bash -l {0}
run: |
cd examples/mol2_2ligands_MCL1
cd ties/examples/mol2_2ligands_MCL1
python3 min_api.py
python3 .test_min_api.py
- name: Use API
shell: bash -l {0}
run: |
cd examples/mol2_2ligands_MCL1
cd ties/examples/mol2_2ligands_MCL1
python3 api.py
- name: CMD hybrid
shell: bash -l {0}
run: |
cd examples/mol2_2ligands_MCL1
cd ties/examples/mol2_2ligands_MCL1
ties create -l l02.mol2 l03.mol2 -nc -1 -dir cmdties
- name: CMD with protein
shell: bash -l {0}
run: |
cd examples/mol2_2ligands_MCL1
cd ties/examples/mol2_2ligands_MCL1
ties create -l l02.mol2 l03.mol2 -nc -1 -dir cmdties_protein -p protein.pdb

0 comments on commit 191abef

Please sign in to comment.