Skip to content

Commit

Permalink
Add test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 31, 2023
1 parent 33134aa commit 39e4bc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@ jobs:
- uses: actions/checkout@v3
- run: nix-shell --run 'echo This step should be done before any other "nix-shell" steps because of measuring Nix build time'
- run: nix-shell --run 'makers ci-home-apply'
- run: |
- name: Print shell paths
run: |
which fish
which zsh
which bash
- name: Run customized dependencies
run: |
fish --command 'starship --version'
zsh -c 'bench_shells'
bash -c 'la'

0 comments on commit 39e4bc4

Please sign in to comment.