Skip to content

anytype: improve test data #211

anytype: improve test data

anytype: improve test data #211

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- "**.md"
pull_request:
workflow_dispatch:
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install pip dependencies
run: pip install -r requirements/requirements-dev.txt
- name: install optional system depencencies
run: sudo apt install -y asciidoctor
- name: Run tests
run: ./test.sh