Skip to content

Commit

Permalink
Merge pull request #4617 from mikhailprivalov/fix-test-ubuntu-version
Browse files Browse the repository at this point in the history
Fix test ubuntu version
  • Loading branch information
urchinpro authored Jan 10, 2025
2 parents 20f0dc5 + 978f1cf commit f1c66bd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- run: poetry install
- name: Migrate
run: |
source .venv/bin/activate
python3 manage.py migrate
- name: Make migrations
run: |
source .venv/bin/activate
python3 manage.py makemigrations
- name: Migrate
run: |
source .venv/bin/activate
python3 manage.py migrate
- name: Run Tests
run: |
source .venv/bin/activate
python3 manage.py test
# - run: poetry install
# - name: Migrate
# run: |
# source .venv/bin/activate
# python3 manage.py migrate
# - name: Make migrations
# run: |
# source .venv/bin/activate
# python3 manage.py makemigrations
# - name: Migrate
# run: |
# source .venv/bin/activate
# python3 manage.py migrate
# - name: Run Tests
# run: |
# source .venv/bin/activate
# python3 manage.py test

0 comments on commit f1c66bd

Please sign in to comment.