Skip to content

Commit

Permalink
5 - Branch Neon DB for Django Tests with Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jun 6, 2024
1 parent 9ecb975 commit 20636ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/5-neon-db-branch-django-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ jobs:
- name: Django Tests
working-directory: ./src
run: |
python manage.py test
python manage.py test
- name: Clean Up Step
continue-on-error: true
run: |
neonctl branches delete "${{ env.NEON_GITHUB_BRANCH }}" --project-id "${{ env.NEON_PROJECT_ID }}"

0 comments on commit 20636ad

Please sign in to comment.