From fd69e29184d6d2bb0e7b91d2c3cbae72bdbdb3d9 Mon Sep 17 00:00:00 2001 From: Cedric Halbronn <387346+saidelike@users.noreply.github.com> Date: Sat, 18 May 2024 00:24:29 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18f883120d..53867c858c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 | @@ -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\