Skip to content

Commit

Permalink
Disable CI testing on Nightly.
Browse files Browse the repository at this point in the history
Details:
- At the moment 'mini.test' on it fails to correctly compute child
  process screenshot for Command line area. See neovim/neovim#21886.
  • Loading branch information
echasnovski committed Jan 19, 2023
1 parent a7e74f7 commit 91017a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
neovim_version: ['v0.6.1', 'v0.7.2', 'v0.8.2', 'nightly']
# neovim_version: ['v0.6.1', 'v0.7.2', 'v0.8.2', 'nightly']
neovim_version: ['v0.6.1', 'v0.7.2', 'v0.8.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 91017a9

Please sign in to comment.