Skip to content

Commit

Permalink
fixes issue with the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG authored Mar 8, 2024
1 parent fc9fd2f commit 589afde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
luaVersion: ["5.3"]
luaVersion: ["5.4"]

steps:
- name: Checkout
Expand All @@ -32,4 +32,4 @@ jobs:

- name: Run unit tests
run: |
LUA_PATH="./src/?.lua;./src/?/init.lua;./src/array/?.lua;;" lua test.lua
LUA_PATH="./src/?.lua;./src/?/init.lua;;$(luarocks path --lr-path)" lua test.lua

0 comments on commit 589afde

Please sign in to comment.