Skip to content

Commit 9ef9d17

Browse files
testing
testing testing testing testing cleaned up code clean up code
1 parent ea07e61 commit 9ef9d17

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.env.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DB_PORT=5432
55
DB_NAME=term_db
66
DB_USER=sadilar
77
DB_PASSWORD=sadilar
8-
LOGGING_FILE=logs/debug.log
8+
LOGGING_FILE=debug.log
99
LOGGING_HANDLERS_LEVEL=INFO
1010
LOGGING_LOGGERS_LEVEL=INFO
1111
LOGGING_LOGGERS_DJANGO_LEVEL=INFO

.github/workflows/testing.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ jobs:
1414
run: |
1515
cd app/
1616
ruff format .
17-
- name: create logging folder
17+
- name: Create logging folder
1818
run: |
19-
cd /
20-
mkdir -p logging
21-
ls -la
19+
sudo mkdir -p /logging
20+
sudo chown runner:runner /logging
2221
- name: Run Tests
2322
run: |
2423
cp .env.testing app/.env
2524
cd app/
2625
mkdir -p static_files
27-
ls -la
28-
29-
# python manage.py test
26+
python manage.py test

0 commit comments

Comments
 (0)