Skip to content

Commit 1f0b087

Browse files
author
yuzelin
committed
test
1 parent 1aea2ca commit 1f0b087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-licensing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
5050
- name: Check licensing
5151
run: |
52-
cd paimon_python_java/paimon-python-java-bridge
52+
cd paimon_python_java
5353
mvn ${{ env.MVN_COMMON_OPTIONS }} exec:java@check-licensing -N \
5454
-Dexec.args="${{ env.MVN_BUILD_OUTPUT_FILE }} $(pwd) ${{ env.MVN_VALIDATION_DIR }}" \
55-
-Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties
55+
-Dlog4j.configurationFile=file://$(pwd)/paimon-python-java-bridge/tools/ci/log4j.properties
5656
env:
5757
MAVEN_OPTS: -Xmx4096m

0 commit comments

Comments
 (0)