Skip to content

Commit

Permalink
Update test migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Mar 15, 2024
1 parent 228c0bd commit 8825da5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: install python
- name: Install python
uses: actions/setup-python@v2
with:
python-version: "3.12"

- name: install poetry & deps
- name: Install poetry & deps
run: |
python -m pip install --upgrade poetry
poetry install --with development
- name: Load environment variables from .env.test
run: |
export $(cat .env.test | xargs)
- name: Check migrations
run: |
poetry run python manage.py migrate
Expand Down

0 comments on commit 8825da5

Please sign in to comment.