Skip to content

Commit

Permalink
CI job to validate templates
Browse files Browse the repository at this point in the history
  • Loading branch information
friedelwolff committed May 27, 2024
1 parent bec2e1f commit d6d6667
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: |
sudo mkdir -p /logging
sudo chown runner:runner /logging
- name: Run validate_templates
run: |
cp .env.testing app/.env
cd app/
mkdir -p static_files
python manage.py validate_templates
- name: Run Tests
run: |
cp .env.testing app/.env
Expand Down

0 comments on commit d6d6667

Please sign in to comment.