From 8fc452c1498bcd2c1d64ba22bb95e41b3aa3bbec Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Mon, 30 Oct 2023 19:31:20 +0700 Subject: [PATCH] Fix Syntax Error --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 4c0f239..7a7e6ad 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -37,5 +37,5 @@ jobs: run: python manage.py migrate - name: Run tests run: | - cd backend - python manage.py test + cd backend + python manage.py test