We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45ba7b commit 018f177Copy full SHA for 018f177
.github/workflows/ci.yml
@@ -25,13 +25,11 @@ jobs:
25
with:
26
java-version: ${{ matrix.Java }}
27
distribution: 'adopt'
28
- - name: Install org.neuroml.model.injectingplugin
+ - name: Install jNeuroML
29
run: |
30
export main_repo_branch=${GITHUB_REF##*/}
31
echo Using branch $main_repo_branch
32
python getNeuroML.py $main_repo_branch # will call mvn install on this & other repos
33
- mvn dependency:tree
34
- ./jnml -v
35
36
- name: Further tests
37
@@ -50,3 +48,9 @@ jobs:
50
48
./jnml ../NeuroML2/examples/NML2_SimpleMorphology.nml -svg
51
49
ls -alt ../NeuroML2/examples
52
ls -alt ../NeuroML2/LEMSexamples
+
53
+ - name: Version info
54
+ run: |
55
+ mvn dependency:tree
56
+ ./jnml -v
0 commit comments