Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 authored Mar 11, 2024
1 parent 7d849da commit b214e06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Django CI

on:
push:
branches: [ "develop" ]
branches: [ "develop", "tests" ]
pull_request:
branches: [ "develop" ]
branches: [ "develop", "tests" ]

jobs:
build:
Expand Down Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
- name: Linting API
run: |
flake8 ./api
- name: Run Tests
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit b214e06

Please sign in to comment.