Skip to content

Commit

Permalink
Don't run the zsh test if zsh isn't installed
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 13, 2024
1 parent d8bd583 commit 3d22686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Test zsh
run: nix-instantiate -E 'builtins.currentTime' --eval
if: success() || failure()
shell: zsh --login --interactive {0}
shell: hash zsh && zsh --login --interactive {0}
- name: Install Nix again (noop)
uses: ./
with:
Expand Down

0 comments on commit 3d22686

Please sign in to comment.