Skip to content

Commit

Permalink
5 - neon db branch django tests with clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Asirwad committed Aug 2, 2024
1 parent d077d76 commit 84f613e
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_GH_BRANCH }}" --project-id "${{ env.NEON_PROJECT_ID }}"

0 comments on commit 84f613e

Please sign in to comment.