chore: rename test actions (#3133)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2024-03-18 16:06:01 +08:00 committed by GitHub
parent db3fa4fcaa
commit cc226d4712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: