Update test.yml

This commit is contained in:
Vinicius Silva 2023-12-25 21:39:46 -03:00 committed by GitHub
parent ad1dd82e9c
commit f7e5305fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -14,19 +14,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Test
- uses: actions/setup-python@v2
- with:
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install Requirements
run: |
pip install -r requirements.txt
- name: Creating Database
run: |
python manage.py makemigrations
python manage.py migrate
- name: Run Danix
run: |
python danix.py