Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed May 7, 2024
1 parent 03d47e8 commit 4c392a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 4c392a0

Please sign in to comment.