Skip to content

Commit a633841

Browse files
committed
☕ add 'verbose' inputs in test CI
1 parent 8f7f6ef commit a633841

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@ on:
1212
- "**.json{c,}"
1313
- ".github/workflows/test.yml"
1414
workflow_dispatch:
15+
inputs:
16+
verbose:
17+
type: boolean
18+
required: false
19+
description: 'Enable verbose output'
20+
default: false
1521

1622
defaults:
1723
run:
1824
shell: bash --noprofile --norc -eo pipefail {0}
1925

26+
env:
27+
DENOPS_TEST_VERBOSE: ${{ github.event.inputs.verbose }}
28+
2029
jobs:
2130
check:
2231
strategy:

0 commit comments

Comments
 (0)