Skip to content

Commit 5445cbe

Browse files
committed
☕ add 'verbose' inputs in test CI
1 parent b1c8116 commit 5445cbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ on:
1616
description: 'Denops revision to test'
1717
required: false
1818
default: 'main'
19+
verbose:
20+
type: boolean
21+
required: false
22+
description: 'Enable verbose output'
23+
default: false
1924

2025
defaults:
2126
run:
2227
shell: bash --noprofile --norc -eo pipefail {0}
2328

2429
env:
2530
DENOPS_BRANCH: ${{ github.event.inputs.denops_branch || 'main' }}
31+
DENOPS_TEST_VERBOSE: ${{ github.event.inputs.verbose }}
2632

2733
jobs:
2834
check:

0 commit comments

Comments
 (0)