Skip to content

Commit fa24ac2

Browse files
committed
chore(ci): install nushell for coverage tests
1 parent 9c62fb3 commit fa24ac2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
mkdir -p "$HOME/.local/bin"
202202
ln -s "$(which fdfind)" "$HOME/.local/bin/fd"
203203
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
204+
- name: Dependencies for e2e/shell/test_nushell
205+
run: npm install --global nushell
204206
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
205207
with:
206208
name: mise-ubuntu-latest

0 commit comments

Comments
 (0)