Simplified packpath

This commit is contained in:
Dhruva Sagar
2023-03-01 08:42:44 +05:30
parent 9cbf8283ba
commit acaad2ef26

View File

@@ -42,4 +42,4 @@ jobs:
- name: Run unit tests
env:
VIM: ${{ steps.vim.outputs.executable }}
run: ${VIM} +"set packpath +=${{ github.workspace }},${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite
run: ${VIM} +"set packpath +=.,./vim-testify" +"set hidden" +TestifySuite