File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test backwards compatiblity
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
7
- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6
+ test_backwards :
7
+ name : Test backwards on node ${{ matrix.node_version }} and ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test compatiblity with react@next
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
7
- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6
+ test_forwards :
7
+ name : Test forwards on node ${{ matrix.node_version }} and ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test compatiblity with react@latest
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
7
- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6
+ test_latest :
7
+ name : Test latest on node ${{ matrix.node_version }} and ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
You can’t perform that action at this time.
0 commit comments