Skip to content

Commit

Permalink
build(ci): use setup-oceanbase-ce tag v1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe authored May 21, 2024
1 parent 6ba059b commit 46712cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: "3.9"
- name: Start OceanBase container
if: ${{ inputs.with_oceanbase_container }}
uses: oceanbase/setup-oceanbase-ce@v1.0
uses: oceanbase/setup-oceanbase-ce@v1
with:
network: 'host'
- name: Run sample for ${{ inputs.module }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-hertzbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'zulu'
cache: 'maven'
- name: Start OceanBase container
uses: oceanbase/setup-oceanbase-ce@v1.0
uses: oceanbase/setup-oceanbase-ce@v1
with:
network: 'host'
- name: Build and Test
Expand Down

0 comments on commit 46712cc

Please sign in to comment.