diff --git a/.github/workflows/npm-bru-cli.yml b/.github/workflows/npm-bru-cli.yml index ceeb9512..a1d1021e 100644 --- a/.github/workflows/npm-bru-cli.yml +++ b/.github/workflows/npm-bru-cli.yml @@ -2,6 +2,11 @@ name: Bru CLI Tests (npm) on: workflow_dispatch: + inputs: + build: + description: 'Test Bru CLI (npm)' + required: true + default: 'true' # Assign permissions for unit tests to be reported. # See https://github.com/dorny/test-reporter/issues/168