Skip to content

Commit

Permalink
empty static folder gets a touch file, to avoid tests failure in dj32
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Apr 9, 2024
1 parent 42cb569 commit 4a88be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Test with Django 4.2
run: |
rm -rf demoproject/staticfiles/*
poetry add django==4.2 --dev
poetry add django==4.2 --group dev
poetry run demoproject/manage.py test
dj32:
Expand All @@ -100,5 +100,5 @@ jobs:
- name: Test with Django 3.2
run: |
rm -rf demoproject/staticfiles/*
poetry add django==3.2 --dev
poetry add django==3.2 --group dev
poetry run demoproject/manage.py test
Empty file added demoproject/static/touch
Empty file.

0 comments on commit 4a88be1

Please sign in to comment.