Skip to content

Changed assertion from string to table #161

Changed assertion from string to table

Changed assertion from string to table #161

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout project
- name: Install Lua
run: sudo apt-get install lua5.1 lua-check luarocks
- name: Setup telescope
run: |
wget -O telescope.zip https://github.com/defold/telescope/archive/refs/heads/master.zip
unzip telescope.zip
mv telescope-master/tsc .
mv telescope-master/telescope.lua .
mv telescope-master/telescope .
chmod +x tsc
ls -la
- name: Run tests
run: |
lua -v
./tsc -f test/test_socket.lua test/test_nakama.lua test/test_satori.lua test/test_session.lua test/test_retries.lua