Skip to content

Commit

Permalink
concat
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jan 25, 2024
1 parent 208973a commit f4c12ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
export PATH="${PWD}/_neovim/bin:${PATH}"
export VIM="${PWD}/_neovim/share/nvim/runtime"
touch error.log
nvim --headless +qa 2>error.log
nvim --headless "+Lazy! install" +qa 2>error.log
nvim --headless +qa 2>error.log
nvim --headless +qa 2>>error.log
nvim --headless "+Lazy! install" +qa 2>>error.log
nvim --headless +qa 2>>error.log
cat error.log
[[ -z $(cat error.log) ]] || exit 1

0 comments on commit f4c12ce

Please sign in to comment.