Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saidelike authored May 17, 2024
1 parent 5640cf1 commit fd69e29
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
run: npm install -g neovim@5.1.0
#- run: git clone https://github.com/vim-scripts/BufOnly.vim C:\Users\runneradmin\BufOnly.vim
#- run: git clone https://github.com/hands-free-vim/talon.nvim C:\Users\runneradmin\talon.nvim
- run: git clone https://github.com/vim-scripts/BufOnly.vim /home/runner/BufOnly.vim
- run: git clone https://github.com/hands-free-vim/talon.nvim /home/runner/talon.nvim
# - run: C:\Users\runneradmin\nvim-stable\bin\nvim.exe -l ${{ github.workspace }}\packages\test-harness\src\config\empty.lua
# C:\Users\runneradmin\nvim-stable\bin\nvim.exe: D:\a\_temp\2658188c-43d2-4fce-9de9-299408299ebb.ps1:2
# Line |
Expand All @@ -116,15 +118,15 @@ jobs:
with:
version: ${{ matrix.app_version }}
neovim: true
- run: dir ~/.local/share/ || true
- run: dir ~/.local/share/nvim/ || true
- run: dir ~/.config/ || true
- run: dir ~/.config/nvim/ || true
- run: dir /home/runner/.local/share/ || true
- run: dir /home/runner/.local/share/nvim/ || true
- run: dir /home/runner/.config/ || true
- run: dir /home/runner/.config/nvim/ || true
- run: ${{ steps.vim.outputs.executable }} -l ${{ github.workspace }}/packages/test-harness/src/config/empty.lua
- run: dir ~/.local/share/ || true
- run: dir ~/.local/share/nvim/ || true
- run: dir ~/.config/ || true
- run: dir ~/.config/nvim/ || true
- run: dir /home/runner/.local/share/ || true
- run: dir /home/runner/.local/share/nvim/ || true
- run: dir /home/runner/.config/ || true
- run: dir /home/runner/.config/nvim/ || true
#- run: dir C:\Users\runneradmin\
#- run: dir C:\Users\runneradmin\nvim-${{ matrix.app_version }}\bin\
# Run dir C:\Users\runneradmin\nvim-v0.9.5\bin\
Expand Down

0 comments on commit fd69e29

Please sign in to comment.