Skip to content

fix(workflows): update Lua workspace and add environment variable for… #3

fix(workflows): update Lua workspace and add environment variable for…

fix(workflows): update Lua workspace and add environment variable for… #3

Workflow file for this run

# nvim-neorocks/nvim-busted-action
# A composite GitHub action for running busted tests with Neovim
# https://github.com/nvim-neorocks/nvim-busted-action
name: Run tests
on:
pull_request: ~
push:
branches:
- main
- dev
workflow_dispatch:
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
neovim_version: ["stable"]
steps:
- uses: actions/checkout@v3
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
env:
GROQ_API_KEY_DANTE_NVIM: ${{ secrets.GROQ_API_KEY_DANTE_NVIM }}
with:
nvim_version: ${{ matrix.neovim_version }}