Skip to content

Commit

Permalink
run more tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximloginov committed Nov 5, 2023
1 parent 4b2ec35 commit 39640e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt-get install -y build-essential default-jdk
- name: Test with pytest
run: |
pytest moodleteacher/tests/test_fake_mode.py
pytest moodleteacher/tests/test_fake_mode.py moodleteacher/tests/test_validation.py

0 comments on commit 39640e8

Please sign in to comment.