From dfa30fe56c0de5932df18daefaa87ee30bb9b8e8 Mon Sep 17 00:00:00 2001 From: "mueez.khan" Date: Tue, 11 Jan 2022 14:06:44 +0500 Subject: [PATCH] / to | for manage test --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f1f32c6..5ffb431 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,5 +16,5 @@ jobs: python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test selenium - run: / + run: | python manage.py test \ No newline at end of file