Skip to content

Commit

Permalink
Added explicit test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Oct 28, 2024
1 parent b725ef6 commit e6f8476
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,18 @@ jobs:
neovim: true
version: ${{ matrix.neovim }}

- name: build
- name: build - linux
if: runner.os == 'Linux'
run: |
luarocks test plugin-template-scm-1.rockspec --prepare
- name: build - windows
if: runner.os == 'Windows'
run: |
luarocks install nlua
luarocks install busted
luarocks install nui.nvim
- name: test
run: |
luarocks test --test-type busted

0 comments on commit e6f8476

Please sign in to comment.