From e7f8b0ca914dbfd5be0046dba39764974df287aa Mon Sep 17 00:00:00 2001 From: shuofengzhang Date: Mon, 9 Mar 2026 13:58:08 +0800 Subject: [PATCH] ci: run pytest suite for converter tests --- .github/workflows/run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 042cc13..2252440 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,10 +15,11 @@ jobs: fetch-depth: 2 - name: Install dependencies run: | - pip install -U requests beautifulsoup4 + pip install -U requests beautifulsoup4 pytest - name: Run tests run: | code/tests.py + python -m pytest -q tests lint-json: runs-on: ubuntu-latest steps: