Skip to content

Commit a0c3cea

Browse files
committed
Add verbose settings
1 parent ecedb49 commit a0c3cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
with:
121121
options: ${{ env.NIX_SHELL_ARGS }}
122122
working-directory: rules_haskell_nix
123+
verbose: true # TODO: Remove me
123124
run: |
124125
bazel test //...
125126
- name: Build & test - rules_haskell_tests
@@ -128,6 +129,7 @@ jobs:
128129
with:
129130
options: ${{ env.NIX_SHELL_ARGS }}
130131
working-directory: rules_haskell_tests
132+
verbose: true # TODO: Remove me
131133
run: |
132134
# XXX run start script `--with-bzlmod=true` when supported
133135
if ! ${{ matrix.bzlmod }}; then

0 commit comments

Comments
 (0)