File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
env :
33
33
MATRIX_LINUX_5_9_ENABLED : false
34
34
MATRIX_LINUX_5_10_ENABLED : false
35
- MATRIX_LINUX_COMMAND : " curl -s https://raw.githubusercontent.com/rnro/grpc-swift-protobuf/refs/heads/build_plugin_integration_tests/ dev/plugin-tests.sh | GITHUB_ACTIONS=true bash "
35
+ MATRIX_LINUX_COMMAND : " GITHUB_ACTIONS=true ./ dev/plugin-tests.sh"
36
36
MATRIX_LINUX_SETUP_COMMAND : " apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
37
37
38
38
plugin-tests-matrix :
Original file line number Diff line number Diff line change 41
41
env :
42
42
MATRIX_LINUX_5_9_ENABLED : false
43
43
MATRIX_LINUX_5_10_ENABLED : false
44
- MATRIX_LINUX_COMMAND : " curl -s https://raw.githubusercontent.com/rnro/grpc-swift-protobuf/refs/heads/build_plugin_integration_tests/ dev/plugin-tests.sh | GITHUB_ACTIONS=true bash "
44
+ MATRIX_LINUX_COMMAND : " GITHUB_ACTIONS=true ./ dev/plugin-tests.sh"
45
45
MATRIX_LINUX_SETUP_COMMAND : " apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
46
46
47
47
plugin-tests-matrix :
You can’t perform that action at this time.
0 commit comments