From cc226d471235d4925b28dbd8fa35d53d4881a5cb Mon Sep 17 00:00:00 2001 From: Gaius Date: Mon, 18 Mar 2024 16:06:01 +0800 Subject: [PATCH] chore: rename test actions (#3133) Signed-off-by: Gaius --- .github/workflows/compatibility-e2e-with-client-go.yml | 2 +- .github/workflows/e2e-with-client-go.yml | 2 +- .github/workflows/e2e-with-client-rs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility-e2e-with-client-go.yml b/.github/workflows/compatibility-e2e-with-client-go.yml index 932b891fa..a6d4bb551 100644 --- a/.github/workflows/compatibility-e2e-with-client-go.yml +++ b/.github/workflows/compatibility-e2e-with-client-go.yml @@ -21,7 +21,7 @@ env: DRAGONFLY_PROXY_SERVER_PATH: test/testdata/k8s/proxy.yaml jobs: - compatibility_e2e_tests: + compatibility_e2e_tests_with_client_go: name: e2e_tests_with_${{ matrix.module }} timeout-minutes: 60 runs-on: ubuntu-latest diff --git a/.github/workflows/e2e-with-client-go.yml b/.github/workflows/e2e-with-client-go.yml index 91ee4865f..5fd9c17ce 100644 --- a/.github/workflows/e2e-with-client-go.yml +++ b/.github/workflows/e2e-with-client-go.yml @@ -21,7 +21,7 @@ env: DRAGONFLY_MINIO_SERVER_PATH: test/testdata/k8s/minio.yaml jobs: - e2e_tests: + e2e_tests_with_client_go: runs-on: ubuntu-latest timeout-minutes: 60 strategy: diff --git a/.github/workflows/e2e-with-client-rs.yml b/.github/workflows/e2e-with-client-rs.yml index c8cabd7a7..55d8deee3 100644 --- a/.github/workflows/e2e-with-client-rs.yml +++ b/.github/workflows/e2e-with-client-rs.yml @@ -18,7 +18,7 @@ env: DRAGONFLY_FILE_SERVER_PATH: test/testdata/k8s/file-server.yaml jobs: - e2e_tests: + e2e_tests_with_client_rs: runs-on: ubuntu-latest timeout-minutes: 60 strategy: