Skip to content

Support parametric tests #93

Support parametric tests

Support parametric tests #93

Workflow file for this run

name: luarocks
on:
push:
tags:
- 'v*'
pull_request: # Will test a local install without uploading to luarocks.org
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: upload
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1"
- uses: leafo/gh-actions-luarocks@v4.0.0
- name: Lint
run: luarocks lint neotest-busted-scm-1.rockspec
- name: Test and upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}