Skip to content

Commit

Permalink
ci: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed May 1, 2024
1 parent 14134c6 commit 88692c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
neovim: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Ubuntu System
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
1 change: 1 addition & 0 deletions test/test-goto-sibling-and-node.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function! s:suite.should_jump_to_first_last_sibling() abort
call s:expect(line('.')).to_equal(2)
norm 2jojo
call s:expect(line('.')).to_equal(5)
call themis#log(getline(1, '$'))
exe "norm \<C-j>"
call s:expect(line('.')).to_equal(13)
exe "norm \<C-k>"
Expand Down

0 comments on commit 88692c6

Please sign in to comment.