File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
runs-on : ${{ matrix.os }}
37
37
38
- name : Build artifact for ${{ matrix.os }} with Node ${{ matrix.node-version }}
38
+ name : ' Build artifact: ${{ matrix.os }} + Node ${{ matrix.node-version }}'
39
39
40
40
strategy :
41
41
matrix :
74
74
defaults :
75
75
run :
76
76
working-directory : ./packages/rtk-query-codegen-openapi
77
- name : Test final build artifact with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
77
+ name : ' Test build artifact: ${{ matrix.os }} + Node ${{ matrix.node-version }}'
78
78
runs-on : ${{ matrix.os }}
79
79
strategy :
80
80
fail-fast : false
@@ -116,7 +116,7 @@ jobs:
116
116
run : ls -R
117
117
118
118
are-the-types-wrong :
119
- name : Check validity of type definitions with are-the-types-wrong
119
+ name : Check package definition with are-the-types-wrong
120
120
121
121
needs : [build]
122
122
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments