Skip to content

fix CI

fix CI #9

Workflow file for this run

name: CI
on: push
jobs:
tests:
strategy:
matrix:
lua-version: ["5.1.5", "5.2.4", "5.3.6", "5.4.4"]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: localua
run: |
curl https://loadk.com/localua.sh -O
chmod +x localua.sh
./localua.sh .lua "${{ matrix.lua-version }}"
- name: install Teal
run: |
./.lua/bin/luarocks install tl
- name: run tests
run: |
./.lua/bin/tl run cwtest.test.tl