Skip to content

Commit 91aea9a

Browse files
committed
Shorten task names for readability
1 parent 829d16f commit 91aea9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-codegen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: RTK-Query OpenAPI Codegen Tests
4+
name: RTKQ OpenAPI Codegen
55
defaults:
66
run:
77
working-directory: ./packages/rtk-query-codegen-openapi
@@ -35,7 +35,7 @@ jobs:
3535

3636
runs-on: ${{ matrix.os }}
3737

38-
name: Build artifact for ${{ matrix.os }} with Node.js ${{ matrix.node-version }}
38+
name: Build artifact for ${{ matrix.os }} with Node ${{ matrix.node-version }}
3939

4040
strategy:
4141
matrix:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout repository
4747
uses: actions/checkout@v4
4848

49-
- name: Setup Node.js ${{ matrix.node-version }}
49+
- name: Setup Node ${{ matrix.node-version }}
5050
uses: actions/setup-node@v4
5151
with:
5252
node-version: ${{ matrix.node-version }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout repository
8787
uses: actions/checkout@v4
8888

89-
- name: Setup Node.js ${{ matrix.node-version }}
89+
- name: Setup Node ${{ matrix.node-version }}
9090
uses: actions/setup-node@v4
9191
with:
9292
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)