Skip to content

Add files via upload #120

Add files via upload

Add files via upload #120

Workflow file for this run

name: Melli Hiring Challenge
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: abatilo/actions-poetry@v2.1.3
- name: Run tests
run: |
poetry install
poetry run pytest -m "not bonus"