Skip to content

Commit d012d24

Browse files
committed
Point git runner the config file
1 parent 48e4e64 commit d012d24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
echo $BIOONTOLOGY_VERSION
7070
mkdir -p $HOME/.indra/bio_ontology/$BIOONTOLOGY_VERSION
7171
wget -nv https://bigmech.s3.amazonaws.com/travis/bio_ontology/$BIOONTOLOGY_VERSION/mock_ontology.pkl -O $HOME/.indra/bio_ontology/$BIOONTOLOGY_VERSION/bio_ontology.pkl
72+
73+
- name: Set INDRA config
74+
run: |
75+
mkdir -p ~/.indra
76+
cp indra/resources/default_config.ini ~/.indra/config
77+
7278
- name: Run unit tests
7379
env:
7480
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)