mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Add tests to github workflows
This commit is contained in:
6
.github/workflows/django.yml
vendored
6
.github/workflows/django.yml
vendored
@@ -25,7 +25,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Run Tests
|
- name: Run Migrations
|
||||||
run: |
|
run: |
|
||||||
cd ram
|
cd ram
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
- name: Run Tests
|
||||||
|
run: |
|
||||||
|
cd ram
|
||||||
|
python manage.py test --verbosity=2
|
||||||
|
|||||||
Reference in New Issue
Block a user