Skip to content

Commit

Permalink
Unify the macOS and Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 13, 2024
1 parent 90a7405 commit d8bd583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
run: nix-instantiate -E 'builtins.currentTime' --eval
if: success() || failure()
shell: sh -l {0}
- name: Test zsh
run: nix-instantiate -E 'builtins.currentTime' --eval
if: success() || failure()
shell: zsh --login --interactive {0}
- name: Install Nix again (noop)
uses: ./
with:
Expand Down

0 comments on commit d8bd583

Please sign in to comment.