ffmpeg in unit tests

This commit is contained in:
Jesse Bannon 2022-10-01 22:09:38 -07:00
parent acd2d652ef
commit 7cdde2c3d2

View file

@ -69,6 +69,7 @@ jobs:
- name: Run unit tests with coverage - name: Run unit tests with coverage
run: | run: |
sudo apt-get install -y ffmpeg
source /opt/env/bin/activate source /opt/env/bin/activate
coverage run -m pytest tests/unit && coverage xml -o /opt/coverage/unit/coverage.xml coverage run -m pytest tests/unit && coverage xml -o /opt/coverage/unit/coverage.xml