Skip to content

Commit

Permalink
Merge pull request #47 from archesproject/jtw/fix-github-action
Browse files Browse the repository at this point in the history
Adjust github action template
  • Loading branch information
aarongundel authored Nov 2, 2024
2 parents 00f40a5 + e921209 commit 946d014
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 946d014

Please sign in to comment.