spacewander commented on a change in pull request #6390:
URL: https://github.com/apache/apisix/pull/6390#discussion_r814431835
##########
File path: .github/workflows/build.yml
##########
@@ -104,4 +105,186 @@ jobs:
./ci/${{ matrix.os_name }}_runner.sh do_install
- name: Linux Script
- run: sudo ./ci/${{ matrix.os_name }}_runner.sh script
+ run: sudo -E ./ci/${{ matrix.os_name }}_runner.sh script
+
+
+ build-2:
+ strategy:
+ fail-fast: false
+ matrix:
+ platform:
+ - ubuntu-18.04
Review comment:
Why not use matrix to solve the problem? We can use "test-dir" like how
we use the `platform`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]