From d9ac12eb38159fa8ca5474b6b94f66e1a78ce405 Mon Sep 17 00:00:00 2001 From: Mahmoud Emad Date: Tue, 5 Mar 2024 12:25:49 +0200 Subject: [PATCH] Updated the project strcture, changes the behavior of the docker. --- .github/workflows/django.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/django.yaml b/.github/workflows/django.yaml index 20ca73a..7ca2077 100644 --- a/.github/workflows/django.yaml +++ b/.github/workflows/django.yaml @@ -38,6 +38,3 @@ jobs: python -m pip install --upgrade pip pip install poetry cd server && poetry install - - name: Run Tests - run: | - cd server && poetry run python manage.py test