Skip to content

Add test integration. #1

Add test integration.

Add test integration. #1

Workflow file for this run

name: Tests
on:
push:
tags: '*'
branches:
- main
pull_request:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: install
run: poetry install --with dev
- name: Build documentation
run: poetry run pytest