From beabf6810cfa2e3bc508d423acf8fecc23780fe3 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 6 Jan 2025 04:24:53 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Simplify=20pytest=20execu?= =?UTF-8?q?tion=20in=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/test.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2acef86..cd197dbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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