Skip to content

Commit

Permalink
Add in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 20, 2024
1 parent 99dfd89 commit 5ce5e98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: python3 -m pip install -r server/engine/requirements.txt
run: python3 -m pip install -r server/engine/requirements.txt


- name: Run tests
run: |
cd server/engine
python3 -m unittest tests.test_subject.TestSubject
python3 -m unittest tests.test_trial.TestTrial

0 comments on commit 5ce5e98

Please sign in to comment.