Skip to content

Commit

Permalink
fixup! ci: add win32 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed May 18, 2024
1 parent 5c2420f commit 8306d3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
## vim -Es -Nu init.vim -c 'Vader! test/command_not_found/*.vader'
## timeout-minutes: 2

- name: Test NeoVim (with c-worksheetify-server not on PATH)
run: |
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
refreshenv
$env:PATH = "test\bad_server_command;" + $env:PATH
nvim -Es -u init.vim -c 'Vader! test/command_not_found/*.vader'
timeout-minutes: 2
## - name: Test NeoVim (with c-worksheetify-server not on PATH)
## run: |
## Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
## refreshenv
## $env:PATH = "test\bad_server_command;" + $env:PATH
## nvim -Es -u init.vim -c 'Vader! test/command_not_found/*.vader'
## timeout-minutes: 2

- name: Test NeoVim (with bad c-worksheetify-server)
run: |
Expand Down

0 comments on commit 8306d3d

Please sign in to comment.