Skip to content

Commit

Permalink
Remove Test from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah committed Jun 10, 2024
1 parent e6832f0 commit cd8a50b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,6 @@ jobs:
with:
python-version: '3.10'

- name: Install dependencies
working-directory: Karoo_BackEnd/Karoo_BackEnd
run: |
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- name: Generate City
working-directory: Karoo_BackEnd/Karoo_BackEnd
run: |
source venv/bin/activate
python manage.py generate_city
- name: Run Django migrations
working-directory: Karoo_BackEnd/Karoo_BackEnd
run: |
source venv/bin/activate
python manage.py makemigrations
python manage.py migrate
- name: Run Django tests
working-directory: Karoo_BackEnd/Karoo_BackEnd
run: |
source venv/bin/activate
python manage.py test
- name: update-liara
working-directory: Karoo_BackEnd/Karoo_BackEnd
env:
Expand Down

0 comments on commit cd8a50b

Please sign in to comment.