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 3535
3636 runs-on : ${{ matrix.os }}
3737
38- name : Build artifact for ${{ matrix.os }} with Node ${{ matrix.node-version }}
38+ name : ' Build artifact: ${{ matrix.os }} + Node ${{ matrix.node-version }}'
3939
4040 strategy :
4141 matrix :
7474 defaults :
7575 run :
7676 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 }}'
7878 runs-on : ${{ matrix.os }}
7979 strategy :
8080 fail-fast : false
@@ -116,7 +116,7 @@ jobs:
116116 run : ls -R
117117
118118 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
120120
121121 needs : [build]
122122 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments