Try with github workspace

This commit is contained in:
Dhruva Sagar
2023-03-01 08:56:44 +05:30
parent 8f3893b7b1
commit 8873d12158

View File

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