diff --git a/.github/actions/build-and-test-branch/action.yml b/.github/actions/build-and-test-branch/action.yml index 4441ba0..7f06ee4 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 + python manage.py check --tag=compatibility shell: bash - name: Install Arches applications @@ -74,7 +74,7 @@ runs: - name: Check for missing migrations run: | - python manage.py makemigrations --check + python manage.py makemigrations --check --skip-checks shell: bash - name: Ensure previous Python coverage data is erased