diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d500536..f558892 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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