Skip to content

fix: πŸ› Add Lua 5.1 compatibility for unpack function (#30) #7

fix: πŸ› Add Lua 5.1 compatibility for unpack function (#30)

fix: πŸ› Add Lua 5.1 compatibility for unpack function (#30) #7

Workflow file for this run

name: lua-state-machine test suite
on: [push]
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: sudo apt-get -y install luajit luarocks
- run: sudo luarocks install luafilesystem
- run: sudo luarocks install busted
- run: sudo busted spec