Skip to content

Commit

Permalink
Fix directory where Maven is invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 11, 2024
1 parent e589c61 commit 95c0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cd $sdk_java
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo $SDK_VERSION
cd $sample_code_java
cd ../$sample_code_java
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
echo "Running Samples"
mvn test -DsdkVersion=$SDK_VERSION -B
Expand Down

0 comments on commit 95c0166

Please sign in to comment.