6
0
Fork 0

Lua testing works now

This commit is contained in:
Jon Michael Aanes 2024-04-26 11:24:33 +02:00
parent 7c320c0f2c
commit e113cdf54d
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Lua
uses: leafo/gh-actions-lua@v10
run: |
apt-get update
apt-get install -y luajit
- name: Check out repository code
uses: actions/checkout@v3
with:
luaVersion: luajit
- name: Run testing library
run: luajit test/init.lua