Skip to content

Commit

Permalink
Revert "Adjust github action template"
Browse files Browse the repository at this point in the history
This reverts commit e921209.
  • Loading branch information
jacobtylerwalls committed Dec 5, 2024
1 parent 5eb49d0 commit 5e5f1a2
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e5f1a2

Please sign in to comment.