Skip to content

Commit

Permalink
Update names in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Mar 15, 2024
1 parent a16ebcc commit 228c0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_migrations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Test migrations

on:
push:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade poetry
poetry install --with development
- name: pytest
- name: Check migrations
run: |
poetry run python manage.py migrate
poetry run python manage.py makemigrations --check
Expand Down

0 comments on commit 228c0bd

Please sign in to comment.