Skip to content

Commit 1dd29b8

Browse files
committed
added noinput flag
1 parent 76717af commit 1dd29b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_backendbluenps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# I added this and I hope its good
3838
- name: Collect static
39-
run: python manage.py collectstatic < yes
39+
run: python manage.py collectstatic --noinput
4040

4141

4242
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

0 commit comments

Comments
 (0)