fix: added input block to the cli workflow

This commit is contained in:
lohit 2024-12-30 11:30:30 +05:30 committed by GitHub
parent 78aa0d07ae
commit d215cf740b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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