microblog.pub/.github/workflows/ci.yml
Thomas Sileo 2b799196e6 Fix CI
2022-06-22 20:30:53 +02:00

18 lines
347 B
YAML

on:
push:
branches:
- 'v2'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- run: poetry install
- run: poetry run inv tests