8000 Future by gnongsie · Pull Request #212 · AuthorizeNet/sdk-java · GitHub
[go: up one dir, main page]

Skip to content

Future #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 18, 2024
Prev Previous commit
Next Next commit
Fix directory where Maven is invoked
  • Loading branch information
gnongsie committed Jul 11, 2024
commit 95c0166fe5dcea685d0bd4a56297bb7a3b11dcb9
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
Loading
0