Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
testing

testing

testing

testing

cleaned up code

clean up code
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent ea07e61 commit 9ef9d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_PORT=5432
DB_NAME=term_db
DB_USER=sadilar
DB_PASSWORD=sadilar
LOGGING_FILE=logs/debug.log
LOGGING_FILE=debug.log
LOGGING_HANDLERS_LEVEL=INFO
LOGGING_LOGGERS_LEVEL=INFO
LOGGING_LOGGERS_DJANGO_LEVEL=INFO
11 changes: 4 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
run: |
cd app/
ruff format .
- name: create logging folder
- name: Create logging folder
run: |
cd /
mkdir -p logging
ls -la
sudo mkdir -p /logging
sudo chown runner:runner /logging
- name: Run Tests
run: |
cp .env.testing app/.env
cd app/
mkdir -p static_files
ls -la
# python manage.py test
python manage.py test

0 comments on commit 9ef9d17

Please sign in to comment.