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 location of script
  • Loading branch information
gnongsie committed Jul 11, 2024
commit 0e6b0004c4f5a5a35c1fcc9af24a1bfd6557470e
6 changes: 5 additions & 1 deletion .github/workflows/java-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@ jobs:
- name: Build the Sample Project and Run the Samples
run: |
mvn -version
java -version
java -version

cd $sdk_java
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo $SDK_VERSION

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

cd ..
./print_surefire_reports.sh
Loading
0