Skip to content

Commit

Permalink
Add integration unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WeinaJi committed Jun 3, 2024
1 parent 3136109 commit e9a45da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ jobs:
mpirun -np 2 special -mpi -python $NEURODAMUS_PYTHON/init.py --configFile=simulation_sonata_coreneuron.json
ls reporting_coreneuron/*.h5
- name: test-integration
run: |
. ./venv/bin/activate
pip install -r tests/requirements.txt
pytest -x --forked tests/integration
- name: live debug session, comment out
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit e9a45da

Please sign in to comment.