File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ version: 2.1
2
2
3
3
jobs :
4
4
unit :
5
+ docker :
6
+ - image : registry.opensuse.org/opensuse/leap:15.3
7
+ steps :
8
+ - checkout
9
+ - run :
10
+ command : |
11
+ zypper -n in --no-recommends diffutils make python3 tar
12
+ - checkout
13
+ - run : make test_regen_all
14
+ - run : make test
15
+
16
+ style :
5
17
docker :
6
18
- image : registry.opensuse.org/opensuse/leap:15.3
7
19
steps :
@@ -10,11 +22,10 @@ jobs:
10
22
command : |
11
23
zypper -n ar https://download.opensuse.org/repositories/devel:/languages:/python:/backports/openSUSE_Leap_15.3 py
12
24
zypper --gpg-auto-import-keys ref py
13
- zypper -n in --no-recommends diffutils make python3 tar python3-black python3-importlib-metadata
25
+ zypper -n in --no-recommends make python3-black python3-importlib-metadata
14
26
- checkout
15
- - run : make test_regen_all
16
27
- run : make test_python_style
17
- - run : make test
28
+
18
29
19
30
integration :
20
31
machine :
@@ -36,3 +47,4 @@ workflows:
36
47
jobs :
37
48
- unit
38
49
- integration
50
+ - style
You can’t perform that action at this time.
0 commit comments