Skip to content

Commit beabf68

Browse files
committed
fix: 🐛 Simplify pytest execution in workflow
Signed-off-by: Onuralp SEZER <[email protected]>
1 parent dbd6104 commit beabf68

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/test.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
run: |
3636
poetry install --with=test
3737
38-
- name: Run pytest
39-
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
40-
with:
41-
verbose: true
42-
emoji: true
43-
job-summary: true
44-
custom-arguments: "-q"
45-
click-to-expand: true
46-
report-title: "Test Report"
47-
custom-pytest: "poetry run pytest"
38+
- name: 🧪 Run pytest
39+
run: |
40+
poetry run pytest

0 commit comments

Comments
 (0)