Skip to content

add Lehrmeister FES-530 #125

add Lehrmeister FES-530

add Lehrmeister FES-530 #125

Workflow file for this run

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