Skip to content

Unification of new tools #126

Unification of new tools

Unification of new tools #126

Workflow file for this run

name: Linux-unittests
on:
push:
branches:
- master
pull_request:
jobs:
Tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
lfs: true
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
- name: Install required tools
run: |
sudo apt-get update && \
sudo apt-get install \
exiftool \
ffmpeg \
mkvtoolnix
- name: Run unit tests
run: |
python3 -m unittest discover tests