fix: 🐛 Simplify pytest execution in workflow
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
parent
dbd6104c8b
commit
beabf6810c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue