Skip to content

Fix issue with hover seeking fake systemd.install.xml #13

Fix issue with hover seeking fake systemd.install.xml

Fix issue with hover seeking fake systemd.install.xml #13

Workflow file for this run

name: Run test suite
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Poetry
run: pip install poetry
- name: Install non-python dependencies
run: sudo apt install --yes pandoc
- name: Install dependencies
run: poetry install
- name: Test
run: poetry run -- pytest