File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 2525 restore-keys : |
2626 ${{ runner.os }}-maven-
2727
28- # Debug: make sure the class actually exists in this branch
29- - name : Debug – locate CsIntegrationTest
30- run : |
31- pwd
32- echo "Searching for CsIntegrationTest.java and .class..."
33- find . -maxdepth 6 -type f \( -name 'CsIntegrationTest.java' -o -name 'CsIntegrationTest.class' \) -print || echo "Not found"
34-
35- - name : Compile tests
36- run : |
37- chmod +x ./mvnw
38- ./mvnw -B test-compile -DskipTests
39-
4028 # Run the comparison using the test classpath
4129 - name : Build and run CS Comparison
4230 run : |
43- ./mvnw -B exec:java \
44- -DskipTests \
45- -Dexec.mainClass=com.imsweb.staging.cs.CsIntegrationTest \
46- -Dexec.classpathScope=test
31+ chmod +x ./mvnw
32+ ./mvnw -B test-compile -DskipTests
33+ ./mvnw -B exec:java -DskipTests -Dexec.mainClass=com.imsweb.staging.cs.CsIntegrationTest -Dexec.classpathScope=test
You can’t perform that action at this time.
0 commit comments