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 c9acdaf commit ea07e61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
run: |
cd app/
ruff format .
- name: Run Tests
- name: create logging folder
run: |
mkdir /logging/logs
cd /
mkdir -p logging
ls -la
- name: Run Tests
run: |
cp .env.testing app/.env
cd app/
mkdir -p static_files
Expand Down

0 comments on commit ea07e61

Please sign in to comment.