fix: 🐛 Simplify pytest execution in workflow

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2025-01-06 04:24:53 +03:00
parent dbd6104c8b
commit beabf6810c
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 3 additions and 10 deletions

View File

@ -35,13 +35,6 @@ jobs:
run: |
poetry install --with=test
- name: Run pytest
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: "-q"
click-to-expand: true
report-title: "Test Report"
custom-pytest: "poetry run pytest"
- name: 🧪 Run pytest
run: |
poetry run pytest