Skip to content

yt_dlp: abe10131fc235b7cc7af39f833e417f4264c1fdb #166

yt_dlp: abe10131fc235b7cc7af39f833e417f4264c1fdb

yt_dlp: abe10131fc235b7cc7af39f833e417f4264c1fdb #166

Workflow file for this run

name: Unit test
on:
push:
branches:
- master
paths:
- 'lib/**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install --user requests pytest
- name: Test with pytest
run: |
pytest test.py