فهرست منبع

Use local script for building plugins in tests (#45)

George Barnett 11 ماه پیش
والد
کامیت
7af6b403c5
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/pull_request.yml

+ 1 - 1
.github/workflows/main.yml

@@ -32,7 +32,7 @@ jobs:
         env:
           MATRIX_LINUX_5_9_ENABLED: false
           MATRIX_LINUX_5_10_ENABLED: false
-          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"
+          MATRIX_LINUX_COMMAND: "GITHUB_ACTIONS=true ./dev/plugin-tests.sh"
           MATRIX_LINUX_SETUP_COMMAND: "apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
 
   plugin-tests-matrix:

+ 1 - 1
.github/workflows/pull_request.yml

@@ -41,7 +41,7 @@ jobs:
         env:
           MATRIX_LINUX_5_9_ENABLED: false
           MATRIX_LINUX_5_10_ENABLED: false
-          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"
+          MATRIX_LINUX_COMMAND: "GITHUB_ACTIONS=true ./dev/plugin-tests.sh"
           MATRIX_LINUX_SETUP_COMMAND: "apt-get update -y -q && apt-get install -y -q curl protobuf-compiler"
 
   plugin-tests-matrix: