Skip to content

Commit 89bb90c

Browse files
committed
Try again
1 parent e5535f5 commit 89bb90c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cs-comparison.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
- name: Build and run CS Comparison
2929
run: |
3030
chmod +x ./mvnw
31-
./mvnw -B clean package -DskipTests
32-
./mvnw exec:java -Dexec.mainClass="com.imsweb.staging.cs.CsIntegrationTest"
31+
./mvnw -B exec:java \
32+
-DskipTests \
33+
-Dexec.mainClass=com.imsweb.staging.cs.CsIntegrationTest \
34+
-Dexec.classpathScope=test

0 commit comments

Comments
 (0)