Skip to content

Commit

Permalink
(action) configure luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Propagram authored Dec 19, 2023
1 parent de14e2a commit 898e6d7
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,13 @@ jobs:
moonc spec/pgmoon_spec.moon spec/pgmoon_ssl_spec.moon
mkdir redbean-pgmoon
- name: Clone Propagram/pgmoon
uses: actions/checkout@master
with:
repository: Propagram/pgmoon
path: redbean-pgmoon/pgmoon

- name: Clone lunarmodules/busted
uses: actions/checkout@master
with:
repository: lunarmodules/busted
path: redbean-pgmoon/busted

- name: Clone lunarmodules/Penlight
uses: actions/checkout@master
with:
repository: lunarmodules/Penlight
path: redbean-pgmoon/pl
- name: busted install
run: |
luarocks --tree .lua config lua_modules_path ''
luarocks --tree .lua config lib_modules_path ''
luarocks --tree .lua config rocks_subdir ''
luarocks --tree .lua install busted
ls .lua
- name: install
working-directory: redbean-pgmoon
Expand Down

0 comments on commit 898e6d7

Please sign in to comment.