mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28:21 +01:00
ci: Don't bother doing user-local install in ephemeral runner
This commit is contained in:
parent
52c72694c2
commit
f9e1d03f3c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,13 +24,12 @@ jobs:
|
|||||||
luaVersion: ${{ matrix.luaVersion }}
|
luaVersion: ${{ matrix.luaVersion }}
|
||||||
- name: Setup ‘luarocks’
|
- name: Setup ‘luarocks’
|
||||||
uses: leafo/gh-actions-luarocks@v4
|
uses: leafo/gh-actions-luarocks@v4
|
||||||
- name: Make and install locally
|
- name: Make and install
|
||||||
run: |
|
run: |
|
||||||
export DEBUG=DEBUG
|
export DEBUG=DEBUG
|
||||||
luarocks --local make -- luasocket-scm-3.rockspec
|
luarocks make -- luasocket-scm-3.rockspec
|
||||||
- name: Run regression tests
|
- name: Run regression tests
|
||||||
run: |
|
run: |
|
||||||
eval $(luarocks --local path)
|
|
||||||
cd test
|
cd test
|
||||||
lua hello.lua
|
lua hello.lua
|
||||||
lua testsrvr.lua > /dev/null &
|
lua testsrvr.lua > /dev/null &
|
||||||
|
Loading…
Reference in New Issue
Block a user