File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- name : deploy
1
+ name : Release RC
2
2
on :
3
3
push :
4
4
branches :
5
5
- master
6
6
7
7
jobs :
8
- publish-rc :
8
+ release-rc :
9
+ name : Release RC
9
10
runs-on : ubuntu-latest
10
11
if : " !contains(github.event.head_commit.author.name, 'Github Actions')"
11
12
env :
Original file line number Diff line number Diff line change 1
- name : ci
1
+ name : Test
2
2
on :
3
3
pull_request :
4
4
branches :
5
5
- master
6
6
7
7
jobs :
8
8
check :
9
+ name : Check
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- uses : actions/checkout@v2
20
21
test-node :
21
22
needs : check
22
23
runs-on : ${{ matrix.os }}
23
- name : test ${{ matrix.project }} node ${{ matrix.node }} ${{ matrix.os }}
24
+ name : Test ${{ matrix.project }} node ${{ matrix.node }} ${{ matrix.os }}
24
25
strategy :
25
26
matrix :
26
27
os : [windows-latest, ubuntu-latest, macos-latest]
41
42
test-browser :
42
43
needs : check
43
44
runs-on : ubuntu-latest
44
- name : test ${{ matrix.project }} ${{ matrix.browser }} ${{ matrix.type }}
45
+ name : Test ${{ matrix.project }} ${{ matrix.browser }} ${{ matrix.type }}
45
46
strategy :
46
47
matrix :
47
48
project :
66
67
test-electron :
67
68
needs : check
68
69
runs-on : ubuntu-latest
69
- name : test ${{ matrix.project }} ${{ matrix.type }}
70
+ name : Test ${{ matrix.project }} ${{ matrix.type }}
70
71
strategy :
71
72
matrix :
72
73
project :
You can’t perform that action at this time.
0 commit comments