Skip to content

Commit 629892c

Browse files
committed
Tweak task names
1 parent 4936532 commit 629892c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-codegen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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:
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)