Lua testing works now
This commit is contained in:
parent
7c320c0f2c
commit
e113cdf54d
|
@ -10,10 +10,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Lua
|
- name: Install Lua
|
||||||
uses: leafo/gh-actions-lua@v10
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y luajit
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
luaVersion: luajit
|
|
||||||
- name: Run testing library
|
- name: Run testing library
|
||||||
run: luajit test/init.lua
|
run: luajit test/init.lua
|
||||||
|
|
Loading…
Reference in New Issue
Block a user