Skip to content

Commit

Permalink
testing create dir create
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent a1ba3e8 commit 614b28b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
ruff format .
- name: Run Tests
run: |
mkdir -p logging/logs
cp .env.testing app/.env
cd app/
mkdir -p static_files
mkdir -p logging/logs
python manage.py test
# python manage.py test

0 comments on commit 614b28b

Please sign in to comment.