Skip to content

Commit

Permalink
Updated path to luarocks
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Apr 26, 2024
1 parent 94accd2 commit a6ac5c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ jobs:
##############

- name: Install lunatest
run: luarocks install lunatest
run: /usr/bin/luarocks install lunatest

- name: Install luacov
run: luarocks install luacov
run: /usr/bin/luarocks install luacov

- name: Install luacov-console
run: luarocks install luacov-console
run: /usr/bin/luarocks install luacov-console

- name: Install cjson
run: luarocks install lua-cjson
run: /usr/bin/luarocks install lua-cjson

- name: Install luasocket
run: luarocks install luasocket
run: /usr/bin/luarocks install luasocket

- name: Run tests
run: lua test.lua
Expand Down

0 comments on commit a6ac5c1

Please sign in to comment.