Skip to content

Commit

Permalink
Merge pull request #4 from GreptimeTeam/ci/build-against-metabase-050
Browse files Browse the repository at this point in the history
ci: build and test on 0.50 release
  • Loading branch information
sunng87 authored Sep 13, 2024
2 parents 6f7b34e + a398485 commit 97c658e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
repository: metabase/metabase
path: ${{ github.workspace }}/metabase
ref: release-x.50.x
- name: install java
uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
repository: metabase/metabase
path: ${{ github.workspace }}/metabase
ref: release-x.50.x
- name: install java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 97c658e

Please sign in to comment.