From 228c0bdd495888ca5cc4ee68dd69b3569f8f1a49 Mon Sep 17 00:00:00 2001 From: Nina Menezes Date: Fri, 15 Mar 2024 15:10:57 +0000 Subject: [PATCH] Update names in GitHub Actions --- .github/workflows/test_migrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_migrations.yml b/.github/workflows/test_migrations.yml index 9f043f2c..b2c6ecce 100644 --- a/.github/workflows/test_migrations.yml +++ b/.github/workflows/test_migrations.yml @@ -1,4 +1,4 @@ -name: Tests +name: Test migrations on: push: @@ -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