Skip to content

Commit 278c79a

Browse files
committed
Use "b09d76e68bfba6be19733d864b3207f95265d11f" as the hive ref for testing
1 parent 073649f commit 278c79a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/test.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Test
2-
32
on:
43
pull_request:
5-
branches: [ master ]
6-
4+
branches:
5+
- master
6+
push:
7+
branches:
8+
- master
79
jobs:
810
test-ci:
911
if: github.repository == 'linghengqian/hive-server2-jdbc-driver'
@@ -18,10 +20,10 @@ jobs:
1820
with:
1921
repository: apache/hive
2022
path: apache-hive
21-
ref:
23+
ref: "b09d76e68bfba6be19733d864b3207f95265d11f"
2224
- uses: actions/setup-java@v4
2325
with:
24-
distribution: 'zulu'
26+
distribution: 'temurin'
2527
java-version: ${{ matrix.java }}
2628
cache: 'maven'
2729
- run: |

0 commit comments

Comments
 (0)