fix: π Add Lua 5.1 compatibility for unpack function (#30) #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |