Skip to content

Commit

Permalink
fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent 6da9fac commit a1ba3e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
cp .env.testing app/.env
cd app/
mkdir static_files
mkdir /logging
mkdir /logging/logs
mkdir -p static_files
mkdir -p logging/logs
python manage.py test

0 comments on commit a1ba3e8

Please sign in to comment.