Update test.yml
This commit is contained in:
parent
ad1dd82e9c
commit
f7e5305fea
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue