mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-02 12:08:49 +01:00
fix: added input block to the cli workflow
This commit is contained in:
parent
78aa0d07ae
commit
d215cf740b
5
.github/workflows/npm-bru-cli.yml
vendored
5
.github/workflows/npm-bru-cli.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user