Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 8, 2024
1 parent 47b90c5 commit 3ca90a2
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 @@ -18,11 +18,12 @@ jobs:
run: |
cd /
sudo mkdir -p /logging
ls -la
sudo chmod 777 /logging
- name: Run Tests
run: |
cp .env.testing app/.env
cd app/
mkdir -p static_files
ls -la
python manage.py test
whoami
# python manage.py test

0 comments on commit 3ca90a2

Please sign in to comment.