Skip to content

Commit

Permalink
fixup! refactor(ci): split django setup into reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 17, 2024
1 parent b51a42c commit cd56558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Testing Django
on: [ pull_request, push ] # activates the workflow when there is a push or pull request in the repo
jobs:
test_project:
runs-on: ubuntu-latest # operating system your code will run on
steps:
- uses: ./.github/workflows/setup_django.yml
- name: Run validate_templates
Expand Down

0 comments on commit cd56558

Please sign in to comment.