Skip to content

Commit

Permalink
Adjust github action template
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 1, 2024
1 parent 00f40a5 commit e921209
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
python manage.py check --tag=compatibility
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
python manage.py makemigrations --check --skip-checks
shell: bash

- name: Ensure previous Python coverage data is erased
Expand Down

0 comments on commit e921209

Please sign in to comment.