Skip to content

Commit d215cf7

Browse files
authored
fix: added input block to the cli workflow
1 parent 78aa0d0 commit d215cf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npm-bru-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Bru CLI Tests (npm)
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
build:
7+
description: 'Test Bru CLI (npm)'
8+
required: true
9+
default: 'true'
510

611
# Assign permissions for unit tests to be reported.
712
# See https://github.com/dorny/test-reporter/issues/168

0 commit comments

Comments
 (0)