Skip to content

Run tests on other platforms #113

Run tests on other platforms

Run tests on other platforms #113

Workflow file for this run

name: LuaRocks release
on:
push:
tags:
- 'v*'
pull_request: # Will test a local install without uploading to luarocks.org
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test and upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
test_interpreters: |
neovim-stable
neovim-nightly