Skip to content

Commit

Permalink
Checkout HEAD instead of merge commit (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
agilelab-tmnd1991 authored Nov 14, 2023
1 parent aeea62e commit 3f84ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-java@v3
with:
cache: 'gradle'
Expand All @@ -32,6 +33,7 @@ jobs:
export HADOOP_HOME="$(pwd)/.github/workflows/hadoop3-win-binaries"
fi
./gradlew build testNative --no-daemon
./gradlew server:app:printVersion --no-daemon -q
shell: bash
- name: Build container image
if: runner.os == 'Linux'
Expand Down

0 comments on commit 3f84ab7

Please sign in to comment.