We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d3616 commit 11916c9Copy full SHA for 11916c9
1 file changed
.github/workflows/hypha-ci.yml
@@ -80,12 +80,12 @@ jobs:
80
.venv/bin/python manage.py makemigrations --dry-run --verbosity=3
81
.venv/bin/python manage.py makemigrations --check
82
83
- - name: Run django checks
84
- if: matrix.group == 2
+ - name: Run django collectstatic
+ if: matrix.group == 1
85
run: |
86
.venv/bin/python manage.py collectstatic --noinput --no-post-process --verbosity=1
87
88
- - name: Check Django Setup
+ - name: Check Django checks
89
if: matrix.group == 3
90
91
.venv/bin/python manage.py check
0 commit comments