mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat(Github Action): Add all version in test action (#292)
This commit is contained in:
14
.github/workflows/build-lua51.yml
vendored
Normal file
14
.github/workflows/build-lua51.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build mod-eluna with Lua51 🌙
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_lua51:
|
||||
uses: ./.github/workflows/core-build-base.yml
|
||||
with:
|
||||
lua_version: 'lua51'
|
||||
14
.github/workflows/build-lua53.yml
vendored
Normal file
14
.github/workflows/build-lua53.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build mod-eluna with Lua53 🌙
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_lua53:
|
||||
uses: ./.github/workflows/core-build-base.yml
|
||||
with:
|
||||
lua_version: 'lua53'
|
||||
14
.github/workflows/build-lua54.yml
vendored
Normal file
14
.github/workflows/build-lua54.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build mod-eluna with Lua54 🌙
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_lua54:
|
||||
uses: ./.github/workflows/core-build-base.yml
|
||||
with:
|
||||
lua_version: 'lua54'
|
||||
Reference in New Issue
Block a user