Skip to content

Commit d228e0d

Browse files
committed
Temporarily turn off output in ci.yaml
1 parent 9d42ee3 commit d228e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
- name: Run secretcli tests
335335
run: |
336336
cd integration-tests
337-
make run-localsecret
337+
make run-localsecret 2>&1 >/dev/null
338338
sleep 10
339339
./basic-tests.sh
340340
make kill-localsecret # next step needs the localsecret ports

0 commit comments

Comments
 (0)