Skip to content

Commit d31ee9f

Browse files
committed
Seems to work now
1 parent 3d93778 commit d31ee9f

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/cs-comparison.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ jobs:
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

0 commit comments

Comments
 (0)