mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
GitHub Actions: Fix docker container name
This commit is contained in:
parent
caee6a8443
commit
1c4310b6dd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -2,7 +2,7 @@ name: "CI Tests"
|
|||
on: [push]
|
||||
jobs:
|
||||
Syntax-Check:
|
||||
runs-on: minideb
|
||||
runs-on: bitnami/minideb
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: install_packages lua5.1
|
||||
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Perform Check
|
||||
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
||||
Busted:
|
||||
runs-on: minideb
|
||||
runs-on: bitnami/minideb
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: install_packages lua5.1 luarocks
|
||||
|
|
Loading…
Reference in a new issue