Skip to content

Merge pull request #69 from MESSAGIU/patch-1 #140

Merge pull request #69 from MESSAGIU/patch-1

Merge pull request #69 from MESSAGIU/patch-1 #140

Workflow file for this run

name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install pytest
run: pip3 install pytest requests
- name: Run tests
run: pytest