mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 12:15:25 +02:00
feat(ci-cd): Run lua tests on pull requests
This commit is contained in:
parent
342823df20
commit
9d581c5017
19
.github/workflows/run-tests.yaml
vendored
Normal file
19
.github/workflows/run-tests.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Run tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
debug-builds:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Lua
|
||||||
|
uses: leafo/gh-actions-lua@v10
|
||||||
|
with:
|
||||||
|
luaVersion: "5.4.6"
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: lua -v ./tests/$(ls ./tests)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user