Skip to content

Commit

Permalink
Make test 1) actually run, and 2) actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 12, 2023
1 parent c5555b0 commit 6177a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@ lazy val standaloneCosmetic = project
)
)

lazy val testStandaloneCosmetic = project.dependsOn(standaloneCosmetic)
lazy val testStandaloneCosmetic = (project in file("connectors/testStandaloneCosmetic"))
.dependsOn(standaloneCosmetic)
.settings(
name := "test-standalone-cosmetic",
commonSettings,
Expand Down

0 comments on commit 6177a07

Please sign in to comment.