Skip to content

Commit 4c392a0

Browse files
committed
Test
1 parent 03d47e8 commit 4c392a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
skip_versioning:
1010
type: boolean
11-
description: Optional to skip versioning (used only for retries)
11+
description: Skip versioning (use only for retrying a workflow that failed due to a versioning issue)
1212
default: false
1313

1414
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: ${{ github.event.client_payload.ref }}
2222

23-
- name: Install Node.js, NPM and Yarn
23+
- name: Install Node.js, NPM, and Yarn
2424
uses: actions/setup-node@main
2525
with:
2626
node-version: 16
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
npm run test
3434
npm run lint
35-
npm run type-check
35+
npm run typeCheck
3636
3737
- name: Change version
3838
if: github.event.inputs.skip_versioning == 'false'
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
ref: ${{ github.event.client_payload.ref }}
5858

59-
- name: Install Node.js, NPM and Yarn
59+
- name: Install Node.js, NPM, and Yarn
6060
uses: actions/setup-node@main
6161
with:
6262
node-version: 16

0 commit comments

Comments
 (0)