Skip to content

Commit fd0264f

Browse files
committed
CI: Install fish & zsh
1 parent 77baba1 commit fd0264f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v3
31+
- run: sudo add-apt-repository ppa:fish-shell/release-4
32+
- run: sudo apt update
33+
- run: sudo apt install -y fish zsh
3134
- run: ./run-e2e-tests.bash

0 commit comments

Comments
 (0)