This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 254952c CI : better yaml style
254952c is described below
commit 254952cad839b3a6b5f1a797068363ab5354c4b0
Author: tashiya-menuri <[email protected]>
AuthorDate: Fri Oct 30 06:04:03 2020 +0530
CI : better yaml style
Fix #2505
---
.github/workflows/build.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e1041b8..5952a1b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,8 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
- platform: [ubuntu-18.04]
- os_name: [linux_openresty, linux_tengine,
linux_apisix_master_luarocks, linux_apisix_current_luarocks,
linux_openresty_mtls]
+ platform:
+ - ubuntu-18.04
+ os_name:
+ - linux_openresty
+ - linux_tengine
+ - linux_apisix_master_luarocks
+ - linux_apisix_current_luarocks
+ - linux_openresty_mtls
runs-on: ${{ matrix.platform }}
env: