Skip to content

Commit 63e7030

Browse files
committed
ci(test-install): use bash in windows also
1 parent 8f2919e commit 63e7030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
BIN_PATH: ${{ github.workspace }}/bin
10-
INIT_ARGS: --depth 1 --exclude=encrypted --exclude=externals --exclude=scripts --promptDefaults
10+
INIT_ARGS: --depth 1 --apply --exclude=encrypted --exclude=externals --exclude=scripts --promptDefaults
1111

1212
jobs:
1313
test:
@@ -25,4 +25,5 @@ jobs:
2525
shell: bash
2626
run: bash <(curl -fsLS get.chezmoi.io) -b ${{ env.BIN_PATH }}
2727
- name: Init chezmoi
28+
shell: bash
2829
run: ${{ env.BIN_PATH }}/chezmoi init ${{ github.repository_owner }} ${{ env.INIT_ARGS }}

0 commit comments

Comments
 (0)