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 3ca90a2 commit 369ecff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
run: |
cd /
sudo mkdir -p /logging
sudo chmod 777 /logging
sudo chown runner:runner /logging
- name: Run Tests
run: |
cp .env.testing app/.env
cd app/
mkdir -p static_files
ls -la
whoami
# python manage.py test
python manage.py test

0 comments on commit 369ecff

Please sign in to comment.