From 4c392a0de08c4e293e1c207206a62db9e4deef3b Mon Sep 17 00:00:00 2001 From: SeanLeRoy Date: Tue, 7 May 2024 13:28:08 -0700 Subject: [PATCH] Test --- .github/workflows/release-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 67e8e2a37..2299d21c5 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -8,7 +8,7 @@ on: required: true skip_versioning: type: boolean - description: Optional to skip versioning (used only for retries) + description: Skip versioning (use only for retrying a workflow that failed due to a versioning issue) default: false jobs: @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.event.client_payload.ref }} - - name: Install Node.js, NPM and Yarn + - name: Install Node.js, NPM, and Yarn uses: actions/setup-node@main with: node-version: 16 @@ -32,7 +32,7 @@ jobs: run: | npm run test npm run lint - npm run type-check + npm run typeCheck - name: Change version if: github.event.inputs.skip_versioning == 'false' @@ -56,7 +56,7 @@ jobs: with: ref: ${{ github.event.client_payload.ref }} - - name: Install Node.js, NPM and Yarn + - name: Install Node.js, NPM, and Yarn uses: actions/setup-node@main with: node-version: 16