Skip to content

Merge pull request #2 from schubergphilis/84-update-dockerfile-recurs… #31

Merge pull request #2 from schubergphilis/84-update-dockerfile-recurs…

Merge pull request #2 from schubergphilis/84-update-dockerfile-recurs… #31

Workflow file for this run

name: python
"on": push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.9.18
cache: "pip"
- name: Install PIP packages defined in requirements.txt
run: |
pip install -r requirements.txt
- name: Run tests
run: |
pytest --cov=main test.py --verbose --capture=no --cov-report term-missing