Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Jun 27, 2024
1 parent 0dfddb7 commit 194bce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Test with Ant
uses: coactions/setup-xvfb@v1
run: |
ant testnogui
with:
run: ant testnogui

- name: Validate generated NeuroML 2 files
run: |
pip install pyneuroml
cd temp # where the NeuroML files get generated in the previous step
ls -alth
#pynml -validate *.nml
#pynml -validate *.nml

0 comments on commit 194bce0

Please sign in to comment.