File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- master
8
+ pull_request :
9
+ branches :
10
+ - master
8
11
9
12
jobs :
10
13
build-and-test :
25
28
run : python3 -m pip install -r test/requirements.txt
26
29
27
30
- name : Run tests
28
- run : python3 -m pytest test/
31
+ run : python3 -m pytest test/
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- master
8
+ pull_request :
9
+ branches :
10
+ - master
8
11
9
12
jobs :
10
13
build-and-test :
25
28
run : python3 -m pip install -r test/requirements.txt
26
29
27
30
- name : Run tests
28
- run : python3 -m pytest test/
31
+ run : python3 -m pytest test/
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- master
8
+ pull_request :
9
+ branches :
10
+ - master
8
11
9
12
jobs :
10
13
build-and-test :
25
28
run : python3 -m pip install -r test/requirements.txt
26
29
27
30
- name : Run tests
28
- run : python3 -m pytest test/
31
+ run : python3 -m pytest test/
You can’t perform that action at this time.
0 commit comments