From eb3cd54df0c6fa9747f88a107585897d26a5f86c Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 9 Aug 2024 23:48:32 +0100 Subject: [PATCH] Update pylint.yml with pytest --- .github/workflows/pylint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 27756b0..ea165c6 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,4 @@ -name: Python Lint +name: Test on: [push] @@ -21,3 +21,6 @@ jobs: - name: Analysing the code with flake8 run: | flake8 --max-line-length 120 $(git ls-files '*.py') + - name: Run tests with pytest + run: | + pytest