File tree 1 file changed +2
-27
lines changed
1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change 20
20
" arch:latest" ,
21
21
" debian:latest" ,
22
22
" fedora:latest" ,
23
+ " gentoo:latest" ,
23
24
" opensuse:latest" ,
24
25
]
25
26
test : [
45
46
options : " --privileged -v /dev:/dev"
46
47
steps :
47
48
- name : " Checkout Repository"
48
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v1
49
50
with :
50
51
fetch-depth : 0
51
52
88
89
89
90
- name : " ${{ matrix.container }} TEST-${{ matrix.test }}"
90
91
run : USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
91
- openrc-musl :
92
- runs-on : ubuntu-latest
93
- timeout-minutes : 45
94
- concurrency :
95
- group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
96
- cancel-in-progress : true
97
- strategy :
98
- matrix :
99
- container : [
100
- " gentoo:latest" ,
101
- ]
102
- test : [
103
- " 18" ,
104
- ]
105
- fail-fast : false
106
- container :
107
- image : ghcr.io/dracutdevs/${{ matrix.container }}
108
- options : " --privileged -v /dev:/dev"
109
- steps :
110
- - name : " Checkout Repository"
111
- uses : actions/checkout@v1
112
- with :
113
- fetch-depth : 0
114
-
115
- - name : " ${{ matrix.container }} TEST-${{ matrix.test }}"
116
- run : ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
You can’t perform that action at this time.
0 commit comments