From 6a7bc00878cfda30db31ae15e3b4fd3ecd0e663b Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 3 Dec 2024 12:14:38 -0500 Subject: [PATCH] Revert "Adjust github action template" This reverts commit e921209644cdb4e71a1744549bbd613ed5135207. --- .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 7f06ee4..4441ba0 100644 --- a/.github/actions/build-and-test-branch/action.yml +++ b/.github/actions/build-and-test-branch/action.yml @@ -33,7 +33,7 @@ runs: - name: Ensure frontend configuration files exist run: | - python manage.py check --tag=compatibility + python manage.py check shell: bash - name: Install Arches applications @@ -74,7 +74,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