Skip to content

Commit

Permalink
update django workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-samir97 committed Jun 1, 2024
1 parent ee1365d commit dc2a484
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Django CI
name: Qodana Django CI



on:
push:
Expand All @@ -23,8 +25,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
cd backend
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: |
cd backend
python manage.py test

0 comments on commit dc2a484

Please sign in to comment.