Skip to content

add views merging 🔥 #12

add views merging 🔥

add views merging 🔥 #12

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-18.04
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: Run pytest
run: poetry run pytest