This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 715ba2f committed Dec 23, 2024 · 3 / 3 · Verified
1 parent 2b52e97 commit 715ba2f Copy full SHA for 715ba2f
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- builder :
17
- - " ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04"
18
- - " ghcr.io/emqx/emqx-builder/5.4-3:1.17.3-27.2-1-ubuntu24.04"
16
+ otp :
17
+ - vsn : " 26.2.1-2"
18
+ builder : " 5.3-5:1.15.7-26.2.1-2-ubuntu24.04"
19
+ - vsn : " 27.2-1"
20
+ builder : " 5.4-3:1.17.3-27.2-1-ubuntu24.04"
19
21
20
22
container :
21
- image : ${{ matrix.builder }}
23
+ image : " ghcr.io/emqx/emqx-builder/ ${{ matrix.otp. builder }}"
22
24
23
25
steps :
24
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
33
35
make eunit
34
36
make ct
35
37
make cover
38
+
36
39
- name : Coveralls
37
40
env :
38
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
44
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
42
45
if : always()
43
46
with :
44
- name : logs
47
+ name : " logs-${{ matrix.otp.vsn }} "
45
48
path : _build/test/logs
46
49
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
47
50
with :
48
- name : cover
51
+ name : " cover-${{ matrix.otp.vsn }} "
49
52
path : _build/test/cover
You can’t perform that action at this time.
0 commit comments