Skip to content

Commit

Permalink
- add django-jtable objects
Browse files Browse the repository at this point in the history
  • Loading branch information
arcturusannamalai committed Mar 29, 2024
1 parent eb9d7b2 commit 02edebe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Open-Tamil Python package

name: Django-JTable Package
on:
workflow_dispatch:
push:
Expand All @@ -8,7 +7,6 @@ on:
pull_request:
branches:
- "main"

jobs:
test-student-project:
runs-on: ubuntu-latest
Expand All @@ -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
Expand Down

0 comments on commit 02edebe

Please sign in to comment.