Skip to content

fix: do not directly modify the mapping config, use a copied value #967

fix: do not directly modify the mapping config, use a copied value

fix: do not directly modify the mapping config, use a copied value #967

Workflow file for this run

name: Tests
on:
push:
branches:
- "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "master"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
mkdir -p ~/.local/share/neogit-test/site/pack/plenary.nvim/start
cd ~/.local/share/neogit-test/site/pack/plenary.nvim/start
git clone https://github.com/nvim-lua/plenary.nvim
mkdir -p ~/.local/share/neogit-test/site/pack/telescope.nvim/start
cd ~/.local/share/neogit-test/site/pack/telescope.nvim/start
git clone https://github.com/nvim-telescope/telescope.nvim
- name: Install Neovim
run: |
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
tar -zxf nvim-linux64.tar.gz
sudo ln -s $(pwd)/nvim-linux64/bin/nvim /usr/local/bin
- name: Test
continue-on-error: false
env:
ci: "1"
run: |
make test