Skip to content

Commit

Permalink
Update Tests Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Aug 12, 2023
1 parent 76d31fe commit b8beeb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

env:
django_test_args: '-Wa'

jobs:
build:
name: Tests Pipeline (Python ${{ matrix.python-version }})
Expand Down Expand Up @@ -52,4 +55,4 @@ jobs:
run: cp .env.testing .env
- name: Run Tests
run: |
python manage.py test
python ${{ env.django_test_args }} manage.py test

0 comments on commit b8beeb9

Please sign in to comment.