Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-pydgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
make protogen
git diff --exit-code -- .
- name: Check code quality
run: make check
run: SKIP=no-commit-to-branch make check
- name: Run tests
run: make test
- name: Set version
Expand Down
2 changes: 1 addition & 1 deletion scripts/local-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function restartCluster() {
DockerCompose up --detach --force-recreate
# shellcheck disable=SC2312
alphaHttpPort=$(DockerCompose port alpha1 8080 | awk -F: '{print $2}')
# shellcheck disable=SC2312
alphaGrpcPort=$(DockerCompose port alpha1 9080 | awk -F: '{print $2}')

# Wait for HTTP health endpoint
wait-for-healthy 127.0.0.1:"${alphaHttpPort}"/health
}
Expand Down
Loading