There was an error while loading. Please reload this page.
1 parent c80535d commit 0e79db0Copy full SHA for 0e79db0
.github/workflows/compile.yaml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ ref: ${{ github.event.pull_request.head.sha }}
19
- uses: actions/setup-java@v3
20
21
cache: 'gradle'
@@ -32,6 +33,7 @@ jobs:
32
33
export HADOOP_HOME="$(pwd)/.github/workflows/hadoop3-win-binaries"
34
fi
35
./gradlew build testNative --no-daemon
36
+ ./gradlew server:app:printVersion --no-daemon -q
37
shell: bash
38
- name: Build container image
39
if: runner.os == 'Linux'
0 commit comments