Skip to content

Commit

Permalink
Getting Windows working, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Oct 27, 2024
1 parent 34a9c58 commit 716fa59
Showing 1 changed file with 42 additions and 3 deletions.
45 changes: 42 additions & 3 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,35 @@
# run: |
# busted -o utfTerminal

# name: test
#
# on: [push]
#
# jobs:
# test:
# strategy:
# fail-fast: false
# matrix:
# luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit"]
# os:
# - ubuntu-latest
# - macos-latest
# - windows-latest
# runs-on: ${{ matrix.os }}
#
# name: split test (using lua ${{ matrix.luaVersion }} on ${{ matrix.os }}
# steps:
# - uses: actions/checkout@master
# - uses: ilammy/msvc-dev-cmd@v1
# - uses: leafo/gh-actions-lua@master
# with:
# luaVersion: ${{ matrix.luaVersion }}
# buildCache: false
# - name: test
# run: |
# cd test
# bash runner.sh

name: test

on: [push]
Expand All @@ -110,8 +139,18 @@ jobs:
with:
luaVersion: ${{ matrix.luaVersion }}
buildCache: false
- name: test

- uses: leafo/gh-actions-luarocks@v4

- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.neovim }}

- name: build
run: |
cd test
bash runner.sh
luarocks test plugin-template-scm-1.rockspec --prepare
- name: test
run: |
luarocks test --test-type busted

0 comments on commit 716fa59

Please sign in to comment.