Skip to content

Commit

Permalink
chore: add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Oct 3, 2024
1 parent 5772c83 commit e1001c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ jobs:
matrix:
luaVersion:
- "5.4.7" # latest stable
# - "luajit-openresty" # latest openresty luajit (luajit stopped publishing versions)
- "luajit" # latest luajit
- "luajit-openresty" # latest openresty luajit (luajit stopped publishing versions)
- "5.3.6" # Awesome lua version v4.3
- "5.2.4" # Earliest supported version
runs-on: ubuntu-latest
Expand All @@ -18,4 +17,5 @@ jobs:
luaVersion: ${{ matrix.luaVersion }}
- name: test against lua ${{ matrix.luaVersion }}
run: |
ls -la .lua/bin
lua ./test/init.lua

0 comments on commit e1001c8

Please sign in to comment.