Skip to content

Commit

Permalink
#1236 Fixing tests using file references
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Dec 12, 2024
1 parent aaf888b commit a4a03d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ontrack-extension-github/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ dependencies {
testImplementation(project(":ontrack-it-utils"))
testImplementation("org.springframework.boot:spring-boot-starter-actuator")
testImplementation(project(":ontrack-repository"))
testImplementation(":ontrack-extension-scm")
testImplementation(project(path = ":ontrack-extension-issues", configuration = "tests"))
testImplementation(project(path = ":ontrack-ui-graphql", configuration = "tests"))
testImplementation(project(path = ":ontrack-extension-casc", configuration = "tests"))
testImplementation(project(path = ":ontrack-extension-api", configuration = "tests"))
testImplementation(project(path = ":ontrack-extension-general", configuration = "tests"))
testImplementation(project(path = ":ontrack-extension-auto-versioning", configuration = "tests"))
testImplementation(project(path = ":ontrack-extension-scm", configuration = "tests"))

testImplementation(project(":ontrack-extension-stale"))

Expand Down

0 comments on commit a4a03d5

Please sign in to comment.