GitHub Actions: Fix docker container name

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 18:35:46 +01:00
parent caee6a8443
commit 1c4310b6dd
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -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