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