mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-11 16:33:21 +01:00
GitHub Actions: Fix docker container name
This commit is contained in:
parent
caee6a8443
commit
1c4310b6dd
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -2,7 +2,7 @@ name: "CI Tests"
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Syntax-Check:
|
Syntax-Check:
|
||||||
runs-on: minideb
|
runs-on: bitnami/minideb
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: install_packages lua5.1
|
run: install_packages lua5.1
|
||||||
@ -16,7 +16,7 @@ jobs:
|
|||||||
- 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: bitnami/minideb
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: install_packages lua5.1 luarocks
|
run: install_packages lua5.1 luarocks
|
||||||
|
Loading…
Reference in New Issue
Block a user