Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit e930916

Browse files
committed
Update Tests Pipeline
1 parent fc63c40 commit e930916

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "develop" ]
88

9+
env:
10+
django_test_args: '-Wa'
11+
912
jobs:
1013
build:
1114
name: Tests Pipeline (Python ${{ matrix.python-version }})
@@ -52,4 +55,4 @@ jobs:
5255
run: cp .env.testing .env
5356
- name: Run Tests
5457
run: |
55-
python manage.py test
58+
python ${{ env.django_test_args }} manage.py test

0 commit comments

Comments
 (0)