Skip to content

Commit

Permalink
CI WIP try with --local flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydlobo committed Oct 18, 2024
1 parent 01184c2 commit fdcdb17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y lua5.4 lua5.4-dev luarocks
- name: Set up LuaRocks path
run: |
eval "$(luarocks path --bin)"
- name: Install dependencies
run: |
luarocks install busted
luarocks install luassert
luarocks install busted --local
luarocks install luassert --local
- name: Run tests
run: |
Expand Down

0 comments on commit fdcdb17

Please sign in to comment.