Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored May 20, 2024
1 parent 7a736aa commit 13feb31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup-greptimedb-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ runs:
with:
name: kind-logs
path: /tmp/kind
retention-days: 3
retention-days: 3

3 changes: 2 additions & 1 deletion .github/actions/setup-kind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ runs:
- name: Create kind cluster
shell: bash
run: |
./.github/scripts/kind-with-registry.sh
./.github/scripts/kind-with-registry.sh

0 comments on commit 13feb31

Please sign in to comment.