chore: rename test actions (#3133)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
db3fa4fcaa
commit
cc226d4712
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue