Merge pull request #3709 from usebruno/fix/cli-gh-workflow

fix: added input block to the cli workflow
This commit is contained in:
lohit 2024-12-30 11:30:44 +05:30 committed by GitHub
commit 85b6cae03d
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