Skip to content

Commit

Permalink
chore: rename test actions (#3133)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Mar 18, 2024
1 parent db3fa4f commit cc226d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-e2e-with-client-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-with-client-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-with-client-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc226d4

Please sign in to comment.