mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
test: add lua
This commit is contained in:
parent
c9773dff3c
commit
e402a3ed49
3
.github/workflows/alpine-nginx-build.yaml
vendored
3
.github/workflows/alpine-nginx-build.yaml
vendored
@ -30,9 +30,10 @@ jobs:
|
||||
|
||||
- name: Run nginx Builds
|
||||
run: |
|
||||
TAGS=("vanilla")
|
||||
TAGS=("vanilla" "lua")
|
||||
OPTIONS=(
|
||||
"--type=nginx"
|
||||
"--lua --type=nginx"
|
||||
)
|
||||
|
||||
for i in ${!TAGS[@]}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user