Skip to content

Commit 9ebb4c9

Browse files
committed
ci: no chezmoi doctor
1 parent 25b4bd2 commit 9ebb4c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
--no-tty
2222
--color=false
2323
DOCTOR_ARGS: >
24-
--keep-going
24+
--keep-going
2525
--no-tty
2626
--color=false
2727
@@ -53,9 +53,9 @@ jobs:
5353
# shell: bash
5454
# run: chezmoi apply ${{ env.APPLY_ARGS }}
5555

56-
- name: Chezmoi doctor
57-
shell: bash
58-
run: chezmoi doctor ${{ env.DOCTOR_ARGS }}
56+
# - name: Chezmoi doctor
57+
# shell: bash
58+
# run: chezmoi doctor ${{ env.DOCTOR_ARGS }} || true
5959

6060
- name: Check all template
6161
working-directory: ${{ env.HOME }}/.local/share/chezmoi

0 commit comments

Comments
 (0)