Skip to content

Commit

Permalink
Revert "ID-377 Setup pact for consumer contract testing." (#7146)
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman authored May 24, 2023
1 parent d80efee commit c011202
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 728 deletions.
145 changes: 0 additions & 145 deletions .github/workflows/consumer_contract_tests.yml

This file was deleted.

6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,6 @@ lazy val `cromwell-drs-localizer` = project
.dependsOn(common)
.dependsOn(`cloud-nio-impl-drs` % "test->test")

lazy val pact4s = project.in(file("pact4s"))
.settings(pact4sSettings)
.dependsOn(services)
.disablePlugins(sbtassembly.AssemblyPlugin)

lazy val server = project
.withExecutableSettings("cromwell", serverDependencies)
.dependsOn(engine)
Expand Down Expand Up @@ -425,5 +420,4 @@ lazy val root = (project in file("."))
.aggregate(wes2cromwell)
.aggregate(wom)
.aggregate(womtool)
.aggregate(pact4s)
.withAggregateSettings()
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.broadinstitute.dsde.workbench.cromwell.consumer
package cromwell.filesystems.blob

import au.com.dius.pact.consumer.{ConsumerPactBuilder, PactTestExecutionContext}
import au.com.dius.pact.core.model.RequestResponsePact
Expand Down
51 changes: 0 additions & 51 deletions pact4s/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit c011202

Please sign in to comment.