Skip to content

Commit

Permalink
add this
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 30, 2024
1 parent 967f263 commit 64d3c44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${CHEZMOI_BRANCH} --promptBool test_machine=t,"Use ZSH_ROOT_DIR for tmux shell"=f --promptString email=""
chezmoi data
chezmoi apply
- name: Text zsh
- name: Cold start zsh
run: |
time zsh -i -c exit
- name: Warm start zsh
run: |
time zsh -i -c exit

0 comments on commit 64d3c44

Please sign in to comment.