Skip to content

Commit 19c663c

Browse files
committed
chore: The pact-jvm-server main spec was not configured correctly
1 parent 147a2a6 commit 19c663c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pact-jvm-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ java {
4343
}
4444

4545
test {
46-
dependsOn(':pact-jvm-server:assembleDist')
46+
dependsOn(':pact-jvm-server:installDist')
4747
systemProperty('appExecutable', (new File(buildDir, 'install/pact-jvm-server/bin/pact-jvm-server')).path)
4848
}
4949

pact-jvm-server/src/test/groovy/au/com/dius/pact/server/MainSpec.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ import groovy.json.JsonSlurper
44
import org.apache.hc.client5.http.fluent.Request
55
import org.apache.hc.core5.http.ContentType
66
import org.apache.hc.core5.http.HttpResponse
7+
import spock.lang.IgnoreIf
78
import spock.lang.Specification
89

910
import java.util.concurrent.TimeUnit
1011

12+
@IgnoreIf({ os.windows })
13+
@IgnoreIf({ System.getenv('CI') != null })
1114
class MainSpec extends Specification {
1215
def 'application command line args'() {
1316
when:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy