Skip to content

Commit

Permalink
chore: install brew and neovim in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
y3owk1n committed Jan 6, 2024
1 parent 0920b31 commit b52a172
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- uses: fish-actions/fisher@v1
with:
plugins: jorgebucaran/fishtape ilancosman/clownfish $GITHUB_WORKSPACE
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
# Homebrew is only missing from ubuntu images per https://github.com/actions/runner-images/issues/6283
if: matrix.os == 'ubuntu-latest'
- name: Install neovim
run: brew install neovim
- name: Run full test suite
run: fishtape tests/*.fish
shell: fish {0}
Expand Down

0 comments on commit b52a172

Please sign in to comment.