Skip to content

Commit 95c0166

Browse files
committed
Fix directory where Maven is invoked
1 parent e589c61 commit 95c0166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cd $sdk_java
6666
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
6767
echo $SDK_VERSION
68-
cd $sample_code_java
68+
cd ../$sample_code_java
6969
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
7070
echo "Running Samples"
7171
mvn test -DsdkVersion=$SDK_VERSION -B

0 commit comments

Comments
 (0)