Skip to content

Commit 018f177

Browse files
committed
Improved ci.yml
1 parent c45ba7b commit 018f177

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
with:
2626
java-version: ${{ matrix.Java }}
2727
distribution: 'adopt'
28-
- name: Install org.neuroml.model.injectingplugin
28+
- name: Install jNeuroML
2929
run: |
3030
export main_repo_branch=${GITHUB_REF##*/}
3131
echo Using branch $main_repo_branch
3232
python getNeuroML.py $main_repo_branch # will call mvn install on this & other repos
33-
mvn dependency:tree
34-
./jnml -v
3533
3634
- name: Further tests
3735
run: |
@@ -50,3 +48,9 @@ jobs:
5048
./jnml ../NeuroML2/examples/NML2_SimpleMorphology.nml -svg
5149
ls -alt ../NeuroML2/examples
5250
ls -alt ../NeuroML2/LEMSexamples
51+
52+
53+
- name: Version info
54+
run: |
55+
mvn dependency:tree
56+
./jnml -v

0 commit comments

Comments
 (0)