ci: Add fish for test packages (used by batpipe tests)

This commit is contained in:
Ethan P 2021-03-30 19:45:10 -07:00
parent e98b4efb51
commit cfd8d29c7b
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -24,7 +24,7 @@ commands:
command: apk add git openssh bash python3 diffutils ca-certificates curl shfmt command: apk add git openssh bash python3 diffutils ca-certificates curl shfmt
- run: - run:
name: "Setup: Install test packages." name: "Setup: Install test packages."
command: apk add util-linux coreutils command: apk add util-linux coreutils fish
- run: - run:
name: "Setup: Install runtime packages." name: "Setup: Install runtime packages."
command: apk add bat ripgrep ncurses command: apk add bat ripgrep ncurses