Skip to content

Revert "check that tests actually fail" #3

Revert "check that tests actually fail"

Revert "check that tests actually fail" #3

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
- run: make install
- run: make test