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 cd56558 commit 649363f
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 @@ -4,6 +4,7 @@ jobs:
test_project:
runs-on: ubuntu-latest # operating system your code will run on
steps:
- uses: actions/checkout@v2
- uses: ./.github/workflows/setup_django.yml
- name: Run validate_templates
run: |
Expand Down

0 comments on commit 649363f

Please sign in to comment.