We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77baba1 commit fd0264fCopy full SHA for fd0264f
.github/workflows/test.yml
@@ -28,4 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- 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
34
- run: ./run-e2e-tests.bash
0 commit comments