Skip to content

Merge pull request #35 from meaningfy-ws/feature/DIF1-31_asciidoc-jinja #41

Merge pull request #35 from meaningfy-ws/feature/DIF1-31_asciidoc-jinja

Merge pull request #35 from meaningfy-ws/feature/DIF1-31_asciidoc-jinja #41

Workflow file for this run

name: test
on:
push:
branches: [ '**' ]
jobs:
main:
name: main
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04 ]
env:
OS: ${{ matrix.os }}
PYTHON: '3.8'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
make install
- name: Test with pytest
run: |
make test