Commit 6c36fcd 1 parent 7d53256 commit 6c36fcd Copy full SHA for 6c36fcd
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
with :
13
13
fetch-depth : 0
14
14
- name : Install make and docker
15
- run : apt-get install make docker docker.io
15
+ run : sudo apt-get install make docker docker.io
16
16
- name : Run the tests
17
- run : make container-unittests-fedora
17
+ run : sudo make container-unittests-fedora
18
18
unittests-el7 :
19
19
runs-on : ubuntu-latest
20
20
steps :
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Install make and docker
26
- run : apt-get install make docker
26
+ run : sudo apt-get install make docker
27
27
- name : Run the tests
28
- run : make container-unittests-el7
28
+ run : sudo make container-unittests-el7
29
29
lint :
30
30
runs-on : ubuntu-latest
31
31
steps :
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Install make, pylint and flake8
37
- run : apt-get install make pylint flake8
37
+ run : sudo apt-get install make pylint flake8
38
38
- name : Run pylint
39
39
run : make pylint
40
40
- name : Run flake8
You can’t perform that action at this time.
0 commit comments