From 9280540927834ac92b8ce3dac4b99e3637fb6faa Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 17 Mar 2021 23:48:49 +0100 Subject: [PATCH] updated ci command --- .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 9b9949b81..a113ead1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: python3 manage.py collectstatic_js_reverse - name: Django Testing project run: | - python3 manage.py test + pytest