From 02edebe08a52504376489261f7c96c59023da535 Mon Sep 17 00:00:00 2001 From: Muthu Annamalai Date: Fri, 29 Mar 2024 16:31:55 -0700 Subject: [PATCH] - add django-jtable objects --- .github/workflows/regression.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 787a9c4..5497deb 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -1,5 +1,4 @@ -name: Open-Tamil Python package - +name: Django-JTable Package on: workflow_dispatch: push: @@ -8,7 +7,6 @@ on: pull_request: branches: - "main" - jobs: test-student-project: runs-on: ubuntu-latest @@ -26,9 +24,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt # Runs a single command using the runners shell - - name: Custom Python Test for Open-Tamil - run: - - name: Run Tests + - name: Custom Python Test for Django-JTable run: | python manage.py makemigrations python manage.py migrate