Commit 1802ac2 1 parent a257dd9 commit 1802ac2 Copy full SHA for 1802ac2
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- branch :
11
- - ${{ github.head_ref }}
12
- - " goshujin"
10
+ include :
11
+ - ref : ${{ github.ref }}
12
+ name : " head"
13
+ - ref : " goshujin"
14
+ name : " goshujin"
13
15
14
16
permissions :
15
17
contents : read
16
18
17
19
steps :
18
20
- uses : actions/checkout@v4
19
21
with :
20
- ref : ${{ matrix.branch }}
22
+ ref : ${{ matrix.ref }}
21
23
22
24
- name : " Install Node"
23
25
uses : actions/setup-node@v4
34
36
- name : " Upload Coverage"
35
37
uses : actions/upload-artifact@v4
36
38
with :
37
- name : coverage-${{ matrix.branch }}
39
+ name : coverage-${{ matrix.name }}
38
40
path : coverage
39
41
40
42
report-coverage :
46
48
- name : " Download HEAD coverage artifacts"
47
49
uses : actions/download-artifact@v4
48
50
with :
49
- name : coverage-${{ github.head_ref }}
51
+ name : coverage-head
50
52
path : coverage
51
53
52
54
- name : " Download goshujin coverage artifacts"
You can’t perform that action at this time.
0 commit comments