From 502f64a91d894e6ece6f22a7ec080c5c6986fddf Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Wed, 17 Apr 2024 17:46:19 +0200 Subject: [PATCH] fix(github): run tests via pytest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4524216..00670f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: poetry run ruff format --diff . - name: Run tests - run: poetry run ./manage.py test + run: poetry run pytest