Skip to content

Commit

Permalink
Revert "Adjust action template"
Browse files Browse the repository at this point in the history
This reverts commit e4fdb0a.
  • Loading branch information
jacobtylerwalls committed Dec 3, 2024
1 parent 2de2dca commit 82e7d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-test-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82e7d1f

Please sign in to comment.