Skip to content

Commit 08a562c

Browse files
committed
rename jobs
1 parent 7a216c5 commit 08a562c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/backwards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test backwards compatiblity
33
on: [push]
44

55
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 }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

.github/workflows/forwards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test compatiblity with react@next
33
on: [push]
44

55
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 }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

.github/workflows/latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test compatiblity with react@latest
33
on: [push]
44

55
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 }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)