Skip to content

genviews: remove id from fields #24

genviews: remove id from fields

genviews: remove id from fields #24

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.1.15"
- name: Install pytest
run: poetry add pytest
- name: Run pytest
run: poetry run pytest