Skip to content

Merge pull request #34 from kutu-dev/feat/get-captions #84

Merge pull request #34 from kutu-dev/feat/get-captions

Merge pull request #34 from kutu-dev/feat/get-captions #84

Workflow file for this run

name: Package tests
on:
push:
branches:
- master
pull_request:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11.5"
- uses: Gr1N/setup-poetry@v8
- uses: actions/cache@v3
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
- run: poetry install
- run: poetry run pytest