Skip to content

Commit

Permalink
PA-597 Using ubicloud for testing java standalone client (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergvatu authored Dec 26, 2024
1 parent e6a528b commit 516b797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java_client_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

test_client:
needs: [setup_server_matrix]
runs-on: ubuntu-latest
runs-on: ubicloud-standard-8
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ jobs:
run: echo 'matrix=["v5.5.0"]' >> "$GITHUB_OUTPUT"
test_java_client:
needs: [ upload_jars, setup_java_client_matrix ]
runs-on: ubuntu-latest
runs-on: ubicloud-standard-8
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 516b797

Please sign in to comment.