We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5535f5 commit 89bb90cCopy full SHA for 89bb90c
.github/workflows/cs-comparison.yml
@@ -28,5 +28,7 @@ jobs:
28
- name: Build and run CS Comparison
29
run: |
30
chmod +x ./mvnw
31
- ./mvnw -B clean package -DskipTests
32
- ./mvnw exec:java -Dexec.mainClass="com.imsweb.staging.cs.CsIntegrationTest"
+ ./mvnw -B exec:java \
+ -DskipTests \
33
+ -Dexec.mainClass=com.imsweb.staging.cs.CsIntegrationTest \
34
+ -Dexec.classpathScope=test
0 commit comments