From 82e7d1f26b0dc3878a03162e4ce62a525c8e514d Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 3 Dec 2024 12:15:55 -0500 Subject: [PATCH] Revert "Adjust action template" This reverts commit e4fdb0adab38e7d03445c2a4c2d6a3f98ee30c11. --- .github/actions/build-and-test-branch/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-and-test-branch/action.yml b/.github/actions/build-and-test-branch/action.yml index 3dba1570..0271ed41 100644 --- a/.github/actions/build-and-test-branch/action.yml +++ b/.github/actions/build-and-test-branch/action.yml @@ -34,7 +34,7 @@ runs: - name: Ensure frontend configuration files exist run: | export ARCHES_DJANGO_DEBUG=True - python manage.py check --tag=compatibility + python manage.py check shell: bash - name: Install Arches applications @@ -75,7 +75,7 @@ runs: - name: Check for missing migrations run: | - python manage.py makemigrations --check --skip-checks + python manage.py makemigrations --check shell: bash - name: Ensure previous Python coverage data is erased