Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Dec 8, 2024
1 parent b079038 commit c5539b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ufm_log_analyzer_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
pylint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -34,7 +34,7 @@ jobs:
pylint --rcfile=src/loganalyze/.pylintrc src/loganalyze
ruff:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -55,7 +55,7 @@ jobs:
ruff format --diff --check src/loganalyze
pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -78,4 +78,4 @@ jobs:
pip install -r src/loganalyze/requirements.txt
pip install pytest
pytest --maxfail=1 --disable-warnings -q # Runs pytest with limited output
pytest

0 comments on commit c5539b7

Please sign in to comment.