Skip to content

Commit 11916c9

Browse files
committed
Run collectstatic earlier in ci.
1 parent b9d3616 commit 11916c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hypha-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
.venv/bin/python manage.py makemigrations --dry-run --verbosity=3
8181
.venv/bin/python manage.py makemigrations --check
8282
83-
- name: Run django checks
84-
if: matrix.group == 2
83+
- name: Run django collectstatic
84+
if: matrix.group == 1
8585
run: |
8686
.venv/bin/python manage.py collectstatic --noinput --no-post-process --verbosity=1
8787
88-
- name: Check Django Setup
88+
- name: Check Django checks
8989
if: matrix.group == 3
9090
run: |
9191
.venv/bin/python manage.py check

0 commit comments

Comments
 (0)