55 branches : [master]
66 pull_request :
77 branches :
8- - ' ** '
8+ - " ** "
99
1010jobs :
1111 run_tests :
@@ -14,32 +14,39 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [ubuntu-20.04]
17- python-version : ['3.8']
18- toxenv : [django22-celery44-drflatest, django22-celery50-drflatest, django30-celery44-drflatest,
19- django30-celery50-drflatest, django31-celery44-drflatest, django31-celery50-drflatest,
20- django32-celery44-drflatest, django32-celery50-drflatest, quality, docs, pii_check]
17+ python-version : ["3.8"]
18+ toxenv :
19+ [
20+ django32-celery44-drflatest,
21+ django32-celery50-drflatest,
22+ django40-celery44-drflatest,
23+ django40-celery50-drflatest,
24+ quality,
25+ docs,
26+ pii_check,
27+ ]
2128
2229 steps :
23- - uses : actions/checkout@v2
24- - name : setup python
25- uses : actions/setup-python@v2
26- with :
27- python-version : ${{ matrix.python-version }}
30+ - uses : actions/checkout@v2
31+ - name : setup python
32+ uses : actions/setup-python@v2
33+ with :
34+ python-version : ${{ matrix.python-version }}
2835
29- - name : Install pip
30- run : pip install -r requirements/pip.txt
36+ - name : Install pip
37+ run : pip install -r requirements/pip.txt
3138
32- - name : Install Dependencies
33- run : pip install -r requirements/ci.txt
39+ - name : Install Dependencies
40+ run : pip install -r requirements/ci.txt
3441
35- - name : Run Tests
36- env :
37- TOXENV : ${{ matrix.toxenv }}
38- run : tox
42+ - name : Run Tests
43+ env :
44+ TOXENV : ${{ matrix.toxenv }}
45+ run : tox
3946
40- - name : Run Coverage
41- if : matrix.python-version == '3.8' && matrix.toxenv=='django22 -celery44-drflatest'
42- uses : codecov/codecov-action@v1
43- with :
44- flags : unittests
45- fail_ci_if_error : true
47+ - name : Run Coverage
48+ if : matrix.python-version == '3.8' && matrix.toxenv=='django32 -celery44-drflatest'
49+ uses : codecov/codecov-action@v2
50+ with :
51+ flags : unittests
52+ fail_ci_if_error : true
0 commit comments