8000 Fix location of script · AuthorizeNet/sdk-java@0e6b000 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e6b000

Browse files
committed
Fix location of script
1 parent 16773ed commit 0e6b000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/java-workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ jobs:
6161
- name: Build the Sample Project and Run the Samples
6262
run: |
6363
mvn -version
64-
java -version
64+
java -version
65+
6566
cd $sdk_java
6667
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
6768
echo $SDK_VERSION
69+
6870
cd ../$sample_code_java
6971
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
7072
echo "Running Samples"
7173
mvn test -DsdkVersion=$SDK_VERSION -B
74+
75+
cd ..
7276
./print_surefire_reports.sh

0 commit comments

Comments
 (0)
0