mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-15 15:50:29 +02:00
Switch to mineunit-actions (#708)
This commit is contained in:
parent
27072542cf
commit
f24429b9f7
35
.github/workflows/check.yml
vendored
35
.github/workflows/check.yml
vendored
@ -19,22 +19,27 @@ jobs:
|
|||||||
name: "Mineunit tests"
|
name: "Mineunit tests"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: apt
|
|
||||||
run: sudo apt-get install -y luarocks lua-bitop
|
|
||||||
- name: install lua deps
|
|
||||||
run: for x in busted luacov; do luarocks install --local $x; done
|
|
||||||
- name: install mineunit
|
|
||||||
# FIXME: this seems to be abandoned?
|
|
||||||
run: luarocks install --server=https://luarocks.org/dev --local mineunit
|
|
||||||
- name: run mesecons tests
|
- name: run mesecons tests
|
||||||
working-directory: ./mesecons/
|
uses: mt-mods/mineunit-actions@master
|
||||||
run: $HOME/.luarocks/bin/mineunit -q
|
with:
|
||||||
|
coverage: false
|
||||||
|
mineunit-args: -q
|
||||||
|
working-directory: ./mesecons
|
||||||
- name: run mesecons_mvps tests
|
- name: run mesecons_mvps tests
|
||||||
working-directory: ./mesecons_mvps/
|
uses: mt-mods/mineunit-actions@master
|
||||||
run: $HOME/.luarocks/bin/mineunit -q
|
with:
|
||||||
|
coverage: false
|
||||||
|
mineunit-args: -q
|
||||||
|
working-directory: ./mesecons_mvps
|
||||||
- name: run mesecons_fpga tests
|
- name: run mesecons_fpga tests
|
||||||
working-directory: ./mesecons_fpga/
|
uses: mt-mods/mineunit-actions@master
|
||||||
run: $HOME/.luarocks/bin/mineunit -q
|
with:
|
||||||
|
coverage: false
|
||||||
|
mineunit-args: -q
|
||||||
|
working-directory: ./mesecons_fpga
|
||||||
- name: run mesecons_luacontroller tests
|
- name: run mesecons_luacontroller tests
|
||||||
working-directory: ./mesecons_luacontroller/
|
uses: mt-mods/mineunit-actions@master
|
||||||
run: $HOME/.luarocks/bin/mineunit -q
|
with:
|
||||||
|
coverage: false
|
||||||
|
mineunit-args: -q
|
||||||
|
working-directory: ./mesecons_luacontroller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user