File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v2
12
12
13
13
- name : Run systemd tests
14
- run : TEST=systemd make run-tests
14
+ run : TEST=systemd make run-system- tests
15
15
16
16
test-runit :
17
17
runs-on : ubuntu-latest
21
21
uses : actions/checkout@v2
22
22
23
23
- name : Run runit test
24
- run : TEST=runit make run-tests
24
+ run : TEST=runit make run-system- tests
25
25
26
26
test-apt :
27
27
runs-on : ubuntu-latest
31
31
uses : actions/checkout@v2
32
32
33
33
- name : Run apt tests
34
- run : TEST=apt make run-tests
34
+ run : TEST=apt make run-system- tests
35
35
36
36
test-dnf :
37
37
runs-on : ubuntu-latest
41
41
uses : actions/checkout@v2
42
42
43
43
- name : Run dnf tests
44
- run : TEST=dnf make run-tests
44
+ run : TEST=dnf make run-system- tests
45
45
46
46
test-pacman :
47
47
runs-on : ubuntu-latest
51
51
uses : actions/checkout@v2
52
52
53
53
- name : Run pacman tests
54
- run : TEST=pacman make run-tests
54
+ run : TEST=pacman make run-system- tests
55
55
56
56
test-paru :
57
57
runs-on : ubuntu-latest
61
61
uses : actions/checkout@v2
62
62
63
63
- name : Run paru tests
64
- run : TEST=paru make run-tests
64
+ run : TEST=paru make run-system- tests
65
65
66
66
test-yay :
67
67
runs-on : ubuntu-latest
71
71
uses : actions/checkout@v2
72
72
73
73
- name : Run yay tests
74
- run : TEST=yay make run-tests
74
+ run : TEST=yay make run-system- tests
75
75
76
76
test-yum :
77
77
runs-on : ubuntu-latest
81
81
uses : actions/checkout@v2
82
82
83
83
- name : Run yum tests
84
- run : TEST=yum make run-tests
84
+ run : TEST=yum make run-system- tests
Original file line number Diff line number Diff line change 1
1
FROM yacm-base
2
- FROM docker.io/artixlinux/runit:latest
2
+ FROM docker.io/artixlinux/artixlinux:base-runit
3
3
4
4
COPY run-yacm.sh /root/
5
5
You can’t perform that action at this time.
0 commit comments