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 61fd3be commit dc880c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: |
choco install -y vim
choco install -y neovim
refreshenv
- name: Download Dependencies
run: |
Expand Down Expand Up @@ -82,7 +81,7 @@ jobs:
# Uploaded release compiled with recent Java.
nvim -version
$env:JAVA_HOME = $env:JAVA_HOME_21_X64
$env:PATH = "c-worksheet-instrumentor-0.2.6\bin;$env:PATH"
$env:PATH += "c-worksheet-instrumentor-0.2.6\bin"
nvim -Es -u init.vim -c 'Vader! test/*.vader'
timeout-minutes: 2

Expand All @@ -93,12 +92,12 @@ jobs:
- name: Test NeoVim (with bad c-worksheetify-server)
run: |
$env:PATH = "test\bad_server_command;$env:PATH"
$env:PATH += "test\bad_server_command"
nvim -Es -u init.vim -c 'Vader! test/bad_server_command/*.vader'
timeout-minutes: 2

- name: Test NeoVim (with bad c-worksheetify-server)
run: |
$env:PATH = "test\bad_server_command;$env:PATH"
$env:PATH += "test\bad_server_command"
nvim -Es -u init.vim -c 'Vader! test/bad_server_command/*.vader'
timeout-minutes: 2

0 comments on commit dc880c7

Please sign in to comment.