mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-02 20:13:54 +01:00
GitHub Actions: alter steps values
This commit is contained in:
parent
5a211279e2
commit
c86cff6de6
24
.github/workflows/test.yml
vendored
24
.github/workflows/test.yml
vendored
@ -4,18 +4,18 @@ jobs:
|
|||||||
Syntax-Check:
|
Syntax-Check:
|
||||||
runs-on: minideb
|
runs-on: minideb
|
||||||
steps:
|
steps:
|
||||||
name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: install_packages lua5.1
|
run: install_packages lua5.1
|
||||||
run: uname -a
|
run: uname -a
|
||||||
run: lua --version
|
run: lua --version
|
||||||
name: Perform Check
|
- name: Perform Check
|
||||||
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
||||||
Busted:
|
Busted:
|
||||||
runs-on: minideb
|
runs-on: minideb
|
||||||
steps:
|
steps:
|
||||||
name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: install_packages lua5.1 luarocks lua-check
|
run: install_packages lua5.1 luarocks lua-check
|
||||||
run: uname -a
|
run: uname -a
|
||||||
run: lua --version
|
run: lua --version
|
||||||
name: Run Tests
|
- name: Run Tests
|
||||||
run: ./tests.sh
|
run: ./tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user