From e9a45da4c078fbb3f69b61c5a013f45a6e754fc3 Mon Sep 17 00:00:00 2001 From: Weina Ji Date: Mon, 3 Jun 2024 15:28:54 +0200 Subject: [PATCH] Add integration unit tests --- .github/workflows/simulation_test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/simulation_test.yml b/.github/workflows/simulation_test.yml index 36e3e376..ff97253b 100644 --- a/.github/workflows/simulation_test.yml +++ b/.github/workflows/simulation_test.yml @@ -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