Fixed some pipeline stuff

This commit is contained in:
TheNetworkGuy 2025-04-28 15:47:37 +02:00
parent 0c715d4f96
commit 68cf28565d
3 changed files with 5 additions and 7 deletions

View File

@ -4,9 +4,6 @@ on:
push:
branches:
- main
- dockertest
# tags:
# - [0-9]+.*
env:
REGISTRY: ghcr.io

View File

@ -1,11 +1,12 @@
---
name: Pylint Quality control
on:
workflow_call
on:
push:
pull_request:
jobs:
build:
python_quality_testing:
runs-on: ubuntu-latest
strategy:
matrix:

View File

@ -17,7 +17,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-mock
pip install -r requirements.txt
- name: Analysing the code with pylint
- name: Testing the code with PyTest
run: |
cp config.py.example config.py
pytest tests